idk i might write smth here at some point lol
This project literally just started so nothing works yet
Before contributing, please read CONTRIBUTING.md
It is recommended to build this project on a Linux environment. Other environments are untested.
- Create a GCC Cross-Compiler
- Currently Supported Targets:
- i686-elf
- Currently Supported Targets:
- Install other required packages:
- make (To run the Makefile)
- xorriso (To create the ISO file)
- grub-common (to set up the GRUB bootloader)
- grub-pc-bin (to set up the GRUB bootloader)
- qemu (to test the OS, other VMs work but the makefile is designed to launch QEMU)
- Run
make iso
in the root directors of the project to create an ISO file (Alternatively runmake qemu
to build and then load the project in qemu.)