1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

fixed sample bootloader code

This commit is contained in:
Maciek Makowski 2015-01-04 13:57:42 +00:00
parent 9d738291d7
commit 2062cad7c9

View File

@ -109,9 +109,9 @@ boot:
mov ah, 0x0e mov ah, 0x0e
mov bh, 0x00 mov bh, 0x00
mov bl, 0x07 mov bl, 0x07
mov al, ! mov al, '!'
int 0x10 int 0x10
jmp $ jmp $
times 510-($-$$) db 0 times 510-($-$$) db 0