Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ laihost_unmap
Function
laihost_unmap
Kernel/src/arch/x86_64/acpi.cpp:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void laihost_unmap(void* ptr, size_t count){
270
// stub
271
}
272
273
void laihost_outb(uint16_t port, uint8_t val){
274
outportb(port, val);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected