mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Fixed typo in README.md
'xdd' should be 'xxd'
This commit is contained in:
parent
f8bd5e4f9b
commit
c1645ed6ff
@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
|
|||||||
|
|
||||||
*Note: a warning may appear when linking, disregard it*
|
*Note: a warning may appear when linking, disregard it*
|
||||||
|
|
||||||
Now examine both "binary" files, `function.o` and `function.bin` using `xdd`. You
|
Now examine both "binary" files, `function.o` and `function.bin` using `xxd`. You
|
||||||
will see that the `.bin` file is machine code, while the `.o` file has a lot
|
will see that the `.bin` file is machine code, while the `.o` file has a lot
|
||||||
of debugging information, labels, etc.
|
of debugging information, labels, etc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user