JakobKlocker / kfs

kernel from scratch
0 stars 0 forks source link

Memory Paging & Memory Structure #20

Open JakobKlocker opened 2 months ago

JakobKlocker commented 2 months ago

• You must enable memory paging in your Kernel • You must code a memory structure that handle paging and memory rights (Careful, you don’t have the tools yet to know who’s accessing the memory, so all of this is theoric at the moment)

JakobKlocker commented 1 month ago

TODO: Check how to add a u32 to Frame correctly!!! Important for all functions, where I set/get the frame