Mathieu Maret
e1ac9ebd9d
Fix iso generation
echo -e does not work on ubuntu echo does. It's the opposite on archlinux... Use printf!
Dependencies
To generate iso image
mtools xorriso (which is libisoburn on ArchLinux)
- gcc >= 6
Run it
make && qemu-system-x86_64 -kernel kernel
or
make fd.iso && qemu-system-x86_64 -cdrom fd.iso
Languages
C
91.9%
Assembly
4.7%
Python
1.9%
Makefile
1.2%
GDB
0.3%