This commit is contained in:
2022-02-23 22:56:12 +01:00
commit 38fd0cd943
2 changed files with 16 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
as -o boot.o boot.s
ld -o boot.bin --oformat binary -e init boot.o
run:
qemu-system-x86_64 boot.bin