My senior design project. A chance to write some OS-level code and learn more about computer/OS architecure.
AndrOS uses a GCC-based cross compiler. Here is a pre-built one Alternately, you can build your own of a later version by following the OSDev Wiki instructions
- xorriso
- qemu
- qemu-system-x86
- mtools
- grub-pc-bin
To build AndrOS, run make
. To build it and launch it in a virtual machine, type
make test