This is a custom OS project designed to explore system-level programming and build a minimal command-line interface. Current features include:
help
: Lists available commands.clear
: Clears the screen.color
: Changes the text color.
- Implement file system support.
- Add multitasking and memory management.
- Develop a basic graphics interface.
- Expand command-line functionalities.
-
Clone the repo:
git clone https://github.com/byteninjaa0/HailOS.git cd HailOS
-
Build and run:
qemu-system-x86_64 -kernel myos.bin
Contributions are welcome! Fork the repo, make changes, and submit a PR. Let's build something great together.
Let me know if you'd like to add more details or modify anything!