AllenDowney / ThinkOS

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

Fix decimal->hex values in Chapter 3 Address Spaces #14

Closed ricardozago closed 6 years ago

ricardozago commented 6 years ago

2^30-1 is 0x3fff ffff in hex, not 0x03ff ffff.

AllenDowney commented 6 years ago

Thanks!