mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-05-21 21:38:45 +00:00
Update linux-bootstrap-1.md
Removed superfluous call to 'jmp boot' in the sample boot sector code.
This commit is contained in:
parent
43a20464c4
commit
445b4ad7b8
@ -106,8 +106,6 @@ Now the BIOS has started to work. After initializing and checking the hardware,
|
|||||||
[BITS 16]
|
[BITS 16]
|
||||||
[ORG 0x7c00]
|
[ORG 0x7c00]
|
||||||
|
|
||||||
jmp boot
|
|
||||||
|
|
||||||
boot:
|
boot:
|
||||||
mov al, '!'
|
mov al, '!'
|
||||||
mov ah, 0x0e
|
mov ah, 0x0e
|
||||||
|
Loading…
Reference in New Issue
Block a user