Fixed printf and VGA driver bugs, also added README
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,5 +1,5 @@
|
||||
iso:
|
||||
grub-mkrescue iso_root -o iceOS.iso
|
||||
grub-mkrescue isodir -o iceOS.iso
|
||||
|
||||
run:
|
||||
qemu-system-x86_64 -cdrom iceOS.iso
|
||||
@@ -8,7 +8,6 @@ bochs:
|
||||
bochs -f bochs_cfg -q
|
||||
|
||||
clean:
|
||||
rm -rf obj/ kernel/*.o kernel/cpu/*.o iso_root/boot/kernel.elf
|
||||
rm -rf obj/ kernel/*.o kernel/cpu/*.o
|
||||
rm -rf kernel/drivers/*.o kernel/libc/*.o
|
||||
rm -rf iceOS.iso bochslog.txt commands iso_root
|
||||
rm -rf .vscode
|
||||
rm -rf iceOS.iso bochslog.txt commands isodir
|
||||
|
||||
Reference in New Issue
Block a user