Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this calculation correct? #45

Open
jasond1016 opened this issue Sep 11, 2023 · 0 comments
Open

Is this calculation correct? #45

jasond1016 opened this issue Sep 11, 2023 · 0 comments

Comments

@jasond1016
Copy link

jasond1016 commented Sep 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant