From 92f926b621e0c1a4e1aca3064a9d22cab68d3d77 Mon Sep 17 00:00:00 2001 From: "Taihsiang Ho (tai271828)" Date: Thu, 6 Jan 2022 15:46:29 +0100 Subject: [PATCH] 01-bootsector-barebones: append hexdump analysis --- 01-bootsector-barebones/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/01-bootsector-barebones/README.md b/01-bootsector-barebones/README.md index a1458cf1..b6a17784 100644 --- a/01-bootsector-barebones/README.md +++ b/01-bootsector-barebones/README.md @@ -50,6 +50,7 @@ To compile: `nasm -f bin boot_sect_simple.asm -o boot_sect_simple.bin` > OSX warning: if this drops an error, read chapter 00 again +> Use `hexdump boot_sect_simple.bin` to show the hexadecimal dump of the compiled binary I know you're anxious to try it out (I am!), so let's do it: