Add a bunch of code (copied from Paisley and rewritten a bit) for creating GDT entries

This commit is contained in:
Eryn Wells 2016-02-28 15:28:17 -05:00
parent a7d0607c92
commit 945ad0e907
2 changed files with 85 additions and 0 deletions

View file

@ -11,6 +11,7 @@ files = [
'boot.s',
'Main.cc',
'Console.cc',
'Descriptors.cc',
'cxa.cc',
]