-
Notifications
You must be signed in to change notification settings - Fork 0
Terminal Commands
Jack Hudson edited this page Jul 4, 2026
·
2 revisions
When the operating system boots, it presents the user with a terminal. When the user enters a command, the system checks the ramdisk for a file with that name, checks if it's an ELF executable, then runs it.
The following commands have been implemented so far:
| Command Name | Functionality |
|---|---|
| clear | Clears the screen |
| helloworld | Prints, "Hello, World!" to the screen. Useful for basic debugging. |