Explorar o código

Merge pull request #93 from arpankapoor/linux-bootstrap-1-fix

Fix nasm output format
0xAX %!s(int64=10) %!d(string=hai) anos
pai
achega
fd4520fee6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Booting/linux-bootstrap-1.md

+ 1 - 1
Booting/linux-bootstrap-1.md

@@ -138,7 +138,7 @@ In this example we can see that this code will be executed in 16 bit real mode a
 Although you can see binary dump of it with `objdump` util:
 
 ```
-nasm -f binary boot.nasm
+nasm -f bin boot.nasm
 objdump -D -b binary -mi386 -Maddr16,data16,intel boot
 ```