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

Method InterruptManager

lab8/src/7/src/kernel/interrupt.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9int times = 0;
10
11InterruptManager::InterruptManager()
12{
13 initialize();
14}
15
16void InterruptManager::initialize()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected