AllenDowney / ThinkOS

Text and supporting code for Think OS: A Brief Introduction to Operating Systems, by Allen Downey.
554 stars 222 forks source link

Typo in size of virtual address space #33

Closed sthiago closed 5 years ago

sthiago commented 5 years ago

"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 5 years ago

Fixed. Thanks!