GDT WORKS HOLY CRAP

This commit is contained in:
Eryn Wells 2016-02-28 23:26:42 -05:00
parent 94a8f74ada
commit 6c076be975
3 changed files with 71 additions and 6 deletions

12
src/Descriptors.hh Normal file
View file

@ -0,0 +1,12 @@
/* Descriptors.hh vim: set tw=80: Eryn Wells <eryn@erynwells.me>
*/
/**
* Declaration of relevant classes and functions for dealing with the GDT and
* IDT.
*/
namespace kernel {
void initGDT();
} /* namespace kernel */