Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsdragonis committed Jul 24, 2022
1 parent 10bc7e5 commit 5d1b156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified boot/bin/kernel.img
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d1b156

Please sign in to comment.