GDT WORKS HOLY CRAP
This commit is contained in:
parent
94a8f74ada
commit
6c076be975
3 changed files with 71 additions and 6 deletions
12
src/Descriptors.hh
Normal file
12
src/Descriptors.hh
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue