#Proka Kernel - Self-designed kernel architectures, moduled and safe
1 messages · Page 1 of 1 (latest)
emm, actually I use both depending on the scenario
For identity mapping, I use 2MiB huge pages to save memory overhead
For the kernel itself and the lower 2MB address range, I adopt 4KiB pages for fine-grained management
I'm sorry i didnt respond you because i'm having school 😂
ahhh i just skimed through ur code thought u were using both 4KiB and 2MiB pages together in ur allocater
i had that idea a while ago and tried to implement it but now stuck in debugging hell. Thought u might have done it.