From eb81241112d10d3761659a879fd05315a20d3bcf Mon Sep 17 00:00:00 2001 From: Aarav Karasi Date: Mon, 11 Jul 2022 21:27:03 -0700 Subject: [PATCH] Add Space --- 02-bootsector-print/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-bootsector-print/README.md b/02-bootsector-print/README.md index 0331c42..a4b4795 100644 --- a/02-bootsector-print/README.md +++ b/02-bootsector-print/README.md @@ -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`