This commit is contained in:
Taihsiang Ho 2023-09-21 11:42:06 -07:00 committed by GitHub
commit d0d1d8d2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ To compile:
`nasm -f bin boot_sect_simple.asm -o boot_sect_simple.bin` `nasm -f bin boot_sect_simple.asm -o boot_sect_simple.bin`
> OSX warning: if this drops an error, read chapter 00 again > 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: I know you're anxious to try it out (I am!), so let's do it: