Fixed Typo in the command for assembling

This commit is contained in:
GyanPrakash2483 2022-03-20 17:11:24 +05:30 committed by GitHub
parent 7aff64740e
commit 3858fabdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`