lowenware / website

Löwenware Blog
0 stars 1 forks source link

https://lowenware.com/blog/osdev/aarch64-mmu-programming/ #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

AArch64 MMU Programming - Löwenware

https://lowenware.com/blog/osdev/aarch64-mmu-programming/

fabiopolimeni commented 2 years ago

Thank you, it was super clear and super useful. Despite I have been reading about MMU for Aarch64 for the past 2 weeks, only after seeing initial picture, at the beginning of the article, I've finally understood how to layout the tables and descriptors in memory.

Lowentwickler commented 2 years ago

Thank you! I am glad you found it useful. I made this picture based on what had formed in my head after I realised how it works. :)

FoxieFlakey commented 5 months ago

nice post, i searched for a for easily understandable post (the most just explain diff between T0SZ and T1SZ in most way confusingly possible for me). could you also provide a hex mask for the bits range? because it is hard to map bit ranges into hex map so i can match which digits in address is used as index for a level?