gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Cannot allocate 2MB and 1GB pages #7

Open allanlw opened 7 years ago

allanlw commented 7 years ago

There is no API to allocate 2MB or 1GB pages so user-land developers are forced to use minuscule 4KB pages everywhere.

gsilvis commented 7 years ago

The main obstacle here is making the memory allocator work well with this. If you have a good solution, I'd love to hear it.