Fixed all previous bugs...however strange things happens when OS runs

This commit is contained in:
ice-bit
2019-07-03 21:04:05 +02:00
parent bec03e3d1b
commit a0b6eb882a
14 changed files with 66 additions and 49 deletions

View File

@@ -4,7 +4,11 @@ iso:
run:
qemu-system-x86_64 -cdrom iceOS.iso
bochs:
bochs -f bochs_cfg -q
clean:
rm -rf obj/ kernel/*.o kernel/cpu/*.o iso_root/boot/kernel.elf
rm -rf kernel/drivers/*.o kernel/libc/*.o
rm -rf PyramidKernel.iso bochslog.txt commands
rm -rf iceOS.iso bochslog.txt commands iso_root
rm -rf vscode/*