mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Refactor: Replace usages of FixedArray with Vector.
This commit is contained in:
parent
9c83d6ff46
commit
ec1080b18a
9 changed files with 27 additions and 23 deletions
|
@ -137,6 +137,7 @@ PhysicalAddress InterruptManagement::search_for_madt()
|
|||
InterruptManagement::InterruptManagement()
|
||||
: m_madt(search_for_madt())
|
||||
{
|
||||
m_interrupt_controllers.resize(1);
|
||||
}
|
||||
|
||||
void InterruptManagement::switch_to_pic_mode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue