Devblog 14
I have worked on multiple commands for the shell but the one that i want to showcase now is the process management.
Running.elf lists all running processes (including itself) with their name, pid and privilege level.
Then I execute kill.elf with “1” as a argument which is the id of the shell. That kills the shell which leaves the os with just the blinking underscore cause there is no longer a shell running.
Other commands are the sysinfo (uname) and updating fetch.elf with some new info.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.