aboutsummaryrefslogtreecommitdiff
path: root/core/gdt.c
Commit message (Collapse)AuthorAge
* gdt: remove static annotation from gdt and gdtpRobin Krahl2017-03-06
| | | | | The static annotation for gdt and gdtp causes problems when registering the global and interrupt description table. It is now omitted.
* gdt: add simple gdt implementationRobin Krahl2017-03-05
Add a simple Global Descriptor Table implementation based on [0]. [0] http://www.lowlevel.eu/wiki/Global_Descriptor_Table