MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / enableInterrupt

Method enableInterrupt

lab6/src/2/src/kernel/interrupt.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void InterruptManager::enableInterrupt()
104{
105 asm_enable_interrupt();
106}
107
108void InterruptManager::disableInterrupt()
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected