mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
First commit
This commit is contained in:
parent
9eee9e7819
commit
24f1ef2286
Binary file not shown.
@ -10,7 +10,7 @@ To make sure that the "disk is bootable", the BIOS checks that bytes
|
||||
|
||||
This is the simplest boot sector ever:
|
||||
|
||||
```asm
|
||||
```
|
||||
e9 fd ff 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
|
||||
|
Loading…
Reference in New Issue
Block a user