Typo. Closes #28

This commit is contained in:
Carlos Fenollosa 2018-04-20 14:43:13 +02:00 committed by GitHub
parent 4424bcc395
commit db4ae5b87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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