Fixed all previous bugs...however strange things happens when OS runs
This commit is contained in:
6
Makefile
6
Makefile
@@ -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/*
|
||||
Reference in New Issue
Block a user