15 lines
501 B
Markdown
15 lines
501 B
Markdown
# 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 <filename>: 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 <filename>: runs a basic script.
|