Fixed Makefile
This commit is contained in:
parent
ad942b3d8b
commit
ba2db3a84b
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
disk.img: boot kernel
|
||||
disk.img: boot.bin kernel.bin
|
||||
cat boot.bin kernel.bin > disk.img
|
||||
|
||||
boot.bin: boot.asm
|
||||
|
@ -14,6 +14,7 @@ sect2:
|
||||
msg2 db "Hello, World!", 13, 10, 0
|
||||
|
||||
print:
|
||||
pop si
|
||||
mov ah, 0eh
|
||||
mov cx, 1
|
||||
mov bh, 0
|
||||
@ -25,4 +26,3 @@ print_loop:
|
||||
jmp print_loop
|
||||
print_exit:
|
||||
ret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user