atharos1/Leah
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Simple C-written Intel x64 operating system based on x64BareBones by Rodrigo Rearden (RowDaBoat), in collaboration with Augusto Nizzo McIntosh. Dependencies to compile: nasm, qemu, gcc, make. How to compile: Execute the following commands on the project's root directory: $ cd Toolchain $ make all $ cd .. $ make all How to run: Execute, from the project's root directory: $ ./run.sh