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

Method InterruptManager

lab4/src/6/src/kernel/interrupt.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "asm_utils.h"
5
6InterruptManager::InterruptManager()
7{
8 initialize();
9}
10
11void InterruptManager::initialize()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected