Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ChangeAddressSpace
Function
ChangeAddressSpace
Kernel/src/arch/x86_64/paging.cpp:574–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
void ChangeAddressSpace(address_space_t* addressSpace){
575
currentAddressSpace = addressSpace;
576
}
577
578
void PageFaultHandler(void*, regs64_t* regs)
579
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected