lesson 22

This commit is contained in:
Carlos
2015-05-18 09:39:41 +02:00
parent 293f556a7e
commit 1ec003f2c4
8 changed files with 108 additions and 10 deletions

View File

@@ -15,4 +15,10 @@ our first page starts at 0x10000 (as hardcoded on `mem.c`) and
subsequent `kmalloc()`'s produce a new address which is
aligned 4096 bytes or 0x1000 from the previous one.
Note that we added a new `strings.c:hex_to_ascii()` for
nicer printing of hex numbers.
Another cosmetic modification is to rename `types.c` to
`type.c` for language consistency.
The rest of the files are unchanged from last lesson.