mxrox/README.md

921 B

MxRox

Mixray's small x86_64 OS

How to build

make clean      # removes target/
make build      # builds iso image (build/mxrox.iso)
make run        # runs iso image in QEMU emulator
make run-kernel # runs only kernel in QEMU emulator

Roadmap

  • Hello World
  • Keyboard & Mouse (PS/2)
  • ACPI
  • Threads
  • Time
  • Video graphics
  • Audio

Resources

Internet resources where I found most information about OS dev

Contributing

If you would like to contribute to the project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the WTFPL License