mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 12:20:56 +00:00
Merge pull request #79 from kevinjswinton/kevinjswinton-bootstrap-patch
Kevinjswinton bootstrap patch
This commit is contained in:
commit
aa9b840e3e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user