2025-02-03 00:19:12 +03:00
2025-01-29 18:01:41 +03:00
2025-02-03 00:19:12 +03:00
2025-01-28 00:45:05 +03:00
2025-02-03 00:19:12 +03:00
2025-02-03 00:19:12 +03:00
2025-01-28 00:22:36 +03:00
2025-02-02 20:43:39 +03:00
2025-02-02 20:43:39 +03:00
2025-01-28 00:26:47 +03:00

MxRox

Mixray's small x86_64 OS

How to build

make clean      # removes target/, build/
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
  • Interrupts
  • Threads
  • Keyboard
  • Basic shell
  • File systems (FAT32)
  • Disk management
  • Executable files
  • Internet
  • Time
  • Mouse
  • 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

Description
My simple x86_64 OS
Readme 93 KiB
Languages
Rust 72.4%
Assembly 23.4%
Makefile 3.4%
Nix 0.8%