From 5d1b1560aa6161eb665f636e575551be7e31d946 Mon Sep 17 00:00:00 2001 From: vinsdragonis Date: Mon, 25 Jul 2022 03:30:32 +0530 Subject: [PATCH] . --- boot/bin/kernel.img | Bin 22857 -> 22857 bytes makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bin/kernel.img b/boot/bin/kernel.img index 3a780d83ac1ca315eb6594eb87f313f2e1ce3415..a481a1f667b7c63455af4ae6d7a4694c1b6f7aa3 100644 GIT binary patch delta 23 fcmX@PiSgtn#t9wFD-PV9*zL>wnxApw?Ysy8iPsAf delta 23 fcmX@PiSgtn#t9wFxg|mqyM39T9%9&dJ1+tNeLxCq 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