Pārlūkot izejas kodu

Merge pull request #79 from kevinjswinton/kevinjswinton-bootstrap-patch

Kevinjswinton bootstrap patch
0xAX 10 gadi atpakaļ
vecāks
revīzija
aa9b840e3e
2 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 0 2
      Booting/linux-bootstrap-1.md
  2. 1 0
      contributors.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]
 [BITS 16]
 [ORG  0x7c00]
 [ORG  0x7c00]
 
 
-jmp boot
-
 boot:
 boot:
     mov al, '!'
     mov al, '!'
     mov ah, 0x0e
     mov ah, 0x0e

+ 1 - 0
contributors.md

@@ -27,3 +27,4 @@ Thank you to all contributors:
 * [Ciro Santilli](https://github.com/cirosantilli)
 * [Ciro Santilli](https://github.com/cirosantilli)
 * [Kevin Soules](https://github.com/eax64)
 * [Kevin Soules](https://github.com/eax64)
 * [Fabio Pozzi](https://github.com/fabiopozzi)
 * [Fabio Pozzi](https://github.com/fabiopozzi)
+* [Kevin Swinton](https://github.com/kevinjswinton)