putting-the-you-in-cpu
putting-the-you-in-cpu copied to clipboard
Is this calculation correct?
Hi there, thank u for these amazing articles, I'm really enjoying it!
One little typo I've found, https://github.com/hackclub/putting-the-you-in-cpu/blame/7550bc67f911795f356c36502bdaa645a0f1400a/src/content/chapters/5-the-translator-in-your-computer.mdx#L89
48 bits gets you a 128 TiB virtual address space
It seems 256 TiB is the right number if I'm calculating it right. 2^48 = 2^8 * 1024(2^10) * 1024(2^10) * 1024(2^10) * 1024(2^10) = 256 TiB