summaryrefslogtreecommitdiff
path: root/arch/i386/boot/tss.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-21arch: i386: move non-critial files out of bootDanny Holman1-26/+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>
2022-01-15arch: i386: simplifiy GDT setupDanny Holman1-0/+26
Simplify the setup and definitions of GDT/TSS entries. Signed-off-by: Danny Holman <dholman@gymli.org>