mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Fixed typo in README.md
'os-guide.pdf' should be 'os-dev.pdf', i think. https://github.com/cfenollosa/os-tutorial/search?q=os-dev.pdf&unscoped_q=os-dev.pdf
This commit is contained in:
parent
7aff64740e
commit
911b9ac1ab
@ -60,6 +60,6 @@ I encourage you to write more small programs, which feature:
|
||||
- Pointers `pointers.c`
|
||||
|
||||
Then compile and disassemble them, and examine the resulting machine code. Follow
|
||||
the os-guide.pdf for explanations. Try to answer this question: why does the
|
||||
the os-dev.pdf for explanations. Try to answer this question: why does the
|
||||
disassemblement of `pointers.c` not resemble what you would expect? Where is
|
||||
the ASCII `0x48656c6c6f` for "Hello"?
|
||||
|
Loading…
Reference in New Issue
Block a user