Преглед на файлове

Update linux-bootstrap-1.md

Removed superfluous call to 'jmp boot' in the sample boot sector code.
Kevin Swinton преди 10 години
родител
ревизия
445b4ad7b8
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Booting/linux-bootstrap-1.md

+ 0 - 2
Booting/linux-bootstrap-1.md

@@ -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