Open JakobKlocker opened 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)
TODO: Check how to add a u32 to Frame correctly!!! Important for all functions, where I set/get the frame
• 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)