Fixed printf and VGA driver bugs, also added README

This commit is contained in:
ice-bit
2019-07-04 01:58:34 +02:00
parent cd820126b2
commit 222ab282d9
7 changed files with 728 additions and 13 deletions

View File

@@ -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