mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
simple boot sector
This commit is contained in:
parent
9eea535b18
commit
cf40262d74
@ -16,6 +16,7 @@ This is the simplest boot sector ever:
|
|||||||
```
|
```
|
||||||
e9 fd ff 00 00 00 00 00 00 00 00 00 00 00 00 00
|
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 00 00
|
||||||
|
[ 29 more lines with sixteen zero-bytes each ]
|
||||||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
|
00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -26,7 +27,8 @@ The first three bytes perform an infinite jump
|
|||||||
Simplest boot sector ever
|
Simplest boot sector ever
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
You can either write this with a binary editor, or just write a very
|
You can either write the above 512 bytes
|
||||||
|
with a binary editor, or just write a very
|
||||||
simple assembler code:
|
simple assembler code:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user