summaryrefslogtreecommitdiff
path: root/arch/i386/boot/vga.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-21arch: i386: move non-critial files out of bootDanny Holman1-33/+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>
2021-01-24x86: reorganize the i386 directoryDanny Holman1-0/+0
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-01-17arch: i386: add support for x86 processorsDanny Holman1-0/+33
Add support for 32-bit x86 processors, i.e. the 80386 and above. Signed-off-by: Danny Holman <dholman@gymli.xyz>