01-bootsector-barebones: append hexdump analysis

This commit is contained in:
Taihsiang Ho (tai271828) 2022-01-06 15:46:29 +01:00
parent 7aff64740e
commit 92f926b621

View File

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