mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 18:50:42 +08:00
fixed sample bootloader code
This commit is contained in:
@@ -109,9 +109,9 @@ boot:
|
||||
mov ah, 0x0e
|
||||
mov bh, 0x00
|
||||
mov bl, 0x07
|
||||
mov al, !
|
||||
mov al, '!'
|
||||
|
||||
int 0x10
|
||||
int 0x10
|
||||
jmp $
|
||||
|
||||
times 510-($-$$) db 0
|
||||
|
||||
Reference in New Issue
Block a user