b41b6e23694394776e9b7e55632adef9eb075296
pepperOS
will never be done
To compile the kernel and make an ISO image file:
make build-iso
Then it can be run with qemu-system-x86_64 kernel.iso.
Kernel conventions
Functions that return an integer as status of success/failure will return:
- 0 if everything went correctly
- a negative value if something went wrong
Languages
C
93.2%
Assembly
5.1%
Makefile
1.6%