5 lines
154 B
C++
5 lines
154 B
C++
SVREntry svrEntry{};
|
|
svrEntry.vector = InterruptVector::SPURIOUS;
|
|
svrEntry.isSWEnabled = true; // Keep the APIC software enabled
|
|
writeSVR(svrEntry);
|