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
pull/140/head
Sohaib Mohammed 4 years ago committed by GitHub
parent 7aff64740e
commit 911b9ac1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save