Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 870 Bytes

File metadata and controls

39 lines (25 loc) · 870 Bytes

HailOS

This is a custom OS project designed to explore system-level programming and build a minimal command-line interface. Current features include:

Supported Commands

  • help: Lists available commands.
  • clear: Clears the screen.
  • color: Changes the text color.

Future Goals

  • Implement file system support.
  • Add multitasking and memory management.
  • Develop a basic graphics interface.
  • Expand command-line functionalities.

Getting Started

  1. Clone the repo:

    git clone https://github.com/byteninjaa0/HailOS.git
    cd HailOS
  2. Build and run:

    qemu-system-x86_64 -kernel myos.bin

Contribute

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!