aboutsummaryrefslogtreecommitdiff
path: root/include/garmos/gdt.h
Commit message (Collapse)AuthorAge
* gdt: expose code segment offset in GDTRobin Krahl2017-03-06
| | | | | | gdt_get_code_offset() returns the offset of the code segment in the GDT relative to the address of the GDT itself. This offset is for example required when setting the interrupt desriptor table.
* 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