summaryrefslogtreecommitdiff
path: root/arch/i386/boot/tss.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arch: i386: move non-critial files out of bootDanny Holman2022-01-211-39/+0
| | | | | | | Move all files not needed for the bootstrap process out of boot and into the main x86 source directory. Signed-off-by: Danny Holman <dholman@gymli.org>
* arch: i386: simplifiy GDT setupDanny Holman2022-01-151-0/+39
Simplify the setup and definitions of GDT/TSS entries. Signed-off-by: Danny Holman <dholman@gymli.org>