Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ IRQHandler
Function
IRQHandler
Kernel/src/storage/ata.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void IRQHandler(regs64_t* r){
95
Log::Info(
"Disk IRQ"
);
96
//irqWatcher.Signal();
97
}
98
99
int Init(){
100
if(!PCI::FindGenericDevice(ideClassCode, ideSubclass)){
Callers
nothing calls this directly
Calls
1
Info
Function · 0.85
Tested by
no test coverage detected