From 445b4ad7b8ee110b62aaf9c88e3dff771dd4a831 Mon Sep 17 00:00:00 2001 From: Kevin Swinton Date: Mon, 23 Mar 2015 17:11:03 +0000 Subject: [PATCH 1/2] Update linux-bootstrap-1.md Removed superfluous call to 'jmp boot' in the sample boot sector code. --- Booting/linux-bootstrap-1.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Booting/linux-bootstrap-1.md b/Booting/linux-bootstrap-1.md index 144f6d9..cef7564 100644 --- a/Booting/linux-bootstrap-1.md +++ b/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 From 5388ef2185ad132ed71090b2ec6d64637633332f Mon Sep 17 00:00:00 2001 From: Kevin Swinton Date: Mon, 23 Mar 2015 17:13:23 +0000 Subject: [PATCH 2/2] Update contributors.md Added Kevin Swinton to contributors. --- contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.md b/contributors.md index ff5a8c0..42dc739 100644 --- a/contributors.md +++ b/contributors.md @@ -27,3 +27,4 @@ Thank you to all contributors: * [Ciro Santilli](https://github.com/cirosantilli) * [Kevin Soules](https://github.com/eax64) * [Fabio Pozzi](https://github.com/fabiopozzi) +* [Kevin Swinton](https://github.com/kevinjswinton)