mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Typo. Closes #28
This commit is contained in:
parent
4424bcc395
commit
db4ae5b87f
@ -25,7 +25,7 @@ e9 fd ff 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
```
|
||||
|
||||
It is basically all zeros, ending with the 16-bit value
|
||||
`0xAA55` (beware of indianness, x86 is little-endian).
|
||||
`0xAA55` (beware of endianness, x86 is little-endian).
|
||||
The first three bytes perform an infinite jump
|
||||
|
||||
Simplest boot sector ever
|
||||
|
Loading…
Reference in New Issue
Block a user