Typo in size of virtual address space
Closed this issue · 1 comments
sthiago commented
"On a 64-bit system, the size of the virtual address space is 2^64 bytes, or 4 * 1024^6 bytes." should read "[...] 2^64 bytes, or 2^4 * 1024^6 bytes."
https://github.com/AllenDowney/ThinkOS/blob/master/book/book.tex#L1118
AllenDowney commented
Fixed. Thanks!