mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-10 16:42:10 +00:00
fix -f bin typo
-fbin technically does work, but making it -f bin helps for readability and understanding
This commit is contained in:
parent
ce8e050d24
commit
b152260d89
@ -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`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user