From db4ae5b87fbcbac6f6a97dcdbed2696dc73a17d1 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Fri, 20 Apr 2018 14:43:13 +0200 Subject: [PATCH] Typo. Closes #28 --- 01-bootsector-barebones/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-bootsector-barebones/README.md b/01-bootsector-barebones/README.md index 09c2b90..25cc4e1 100644 --- a/01-bootsector-barebones/README.md +++ b/01-bootsector-barebones/README.md @@ -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