MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetRSDP

Function SetRSDP

Kernel/src/arch/x86_64/acpi.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 void SetRSDP(acpi_xsdp_t* p){
206 desc = reinterpret_cast<acpi_xsdp_t*>(p);
207 }
208
209 uint8_t RoutePCIPin(uint8_t bus, uint8_t slot, uint8_t func, uint8_t pin){
210 acpi_resource_t res;

Callers 1

InitCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected