fix -f bin typo

-fbin technically does work, but making it -f bin helps for readability and understanding
This commit is contained in:
iddu01 2025-11-10 18:09:35 -05:00 committed by GitHub
parent ce8e050d24
commit b152260d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ You can examine the binary data with `xxd file.bin`
Anyway, you know the drill:
`nasm -fbin boot_sect_hello.asm -o boot_sect_hello.bin`
`nasm -f bin boot_sect_hello.asm -o boot_sect_hello.bin`
`qemu boot_sect_hello.bin`