501 B
501 B
What is this?
This is a simple implementation of a computer kernel written in pure x86 assembly with features including
- Read/Write disk operations
- The ability to boot from the BIOS using the JazzOS Bootloader
- A modified MikeOS BASIC interpreter
- A functional POSIX inspired CLI
Commands
- CAT : outputs the contents of the file.
- LS: outputs a list of files on the system .
- CLEAR: clears the screen.
- REBOOT: or esc reboots the system
- BAS : runs a basic script.