diff --git a/boot/bin/kernel.img b/boot/bin/kernel.img index 3a780d8..a481a1f 100644 Binary files a/boot/bin/kernel.img and b/boot/bin/kernel.img differ diff --git a/makefile b/makefile index f6e7168..8b52620 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ bootloader: type "boot\bin\boot.bin" "boot\bin\kernel.bin" > "os.img" clear: - rm -f ".\boot\bin"; rm ".\os.img" + rm -Force ".\boot\bin"; run: qemu-system-x86_64.exe -drive format=raw,file=os.img \ No newline at end of file