mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
nasm -fbin -> nasm -f bin
Not really a big deal but some individuals might get errors
This commit is contained in:
parent
7aff64740e
commit
2af0872226
@ -46,7 +46,7 @@ You can examine the binary data with `xxd file.bin`
|
|||||||
|
|
||||||
Anyway, you know the drill:
|
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`
|
`qemu boot_sect_hello.bin`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user