mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-15 12:38:54 +00:00
Merge pull request #93 from arpankapoor/linux-bootstrap-1-fix
Fix nasm output format
This commit is contained in:
commit
fd4520fee6
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user