Skip to content

Commit db4ae5b

Browse files
authored
Typo. Closes cfenollosa#28
1 parent 4424bcc commit db4ae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-bootsector-barebones/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ e9 fd ff 00 00 00 00 00 00 00 00 00 00 00 00 00
2525
```
2626

2727
It is basically all zeros, ending with the 16-bit value
28-
`0xAA55` (beware of indianness, x86 is little-endian).
28+
`0xAA55` (beware of endianness, x86 is little-endian).
2929
The first three bytes perform an infinite jump
3030

3131
Simplest boot sector ever

0 commit comments

Comments
 (0)