mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 10:40:16 +08:00
Update linux-bootstrap-1.md
Removed superfluous call to 'jmp boot' in the sample boot sector code.
This commit is contained in:
@@ -106,8 +106,6 @@ Now the BIOS has started to work. After initializing and checking the hardware,
|
||||
[BITS 16]
|
||||
[ORG 0x7c00]
|
||||
|
||||
jmp boot
|
||||
|
||||
boot:
|
||||
mov al, '!'
|
||||
mov ah, 0x0e
|
||||
|
||||
Reference in New Issue
Block a user