Move StartupInformation struct to its own file

This commit is contained in:
Eryn Wells 2016-04-09 13:30:18 -04:00
parent 35997c61b6
commit ef15019757
4 changed files with 71 additions and 14 deletions

View file

@ -15,6 +15,7 @@ files = [
'Interrupts.cc',
'Kernel.cc',
'Multiboot.cc',
'StartupInformation.cc',
'PIC.cc',
'cxa.cc',
'isr.S',