Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ enableInterrupt
Method
enableInterrupt
lab7/src/3/src/kernel/interrupt.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void InterruptManager::enableInterrupt()
104
{
105
asm_enable_interrupt();
106
}
107
108
void InterruptManager::disableInterrupt()
109
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected