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:
parent
9d738291d7
commit
2062cad7c9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user