summaryrefslogtreecommitdiff
path: root/arch/i386/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arch: i386: move the kernel to high memoryDanny Holman2021-07-202-7/+50
| | | | | Move the start of the kernel image to the "higher half" of memory. This also enables paging.
* i386: create terminal_scroll functionDanny Holman2021-01-281-10/+25
| | | | | | Add support for scrolling the terminal at the end of the VGA buffer. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* i386: add support for newlinesDanny Holman2021-01-251-0/+7
| | | | | | Add support for the newline character in the TTY layer. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* x86: reorganize the i386 directoryDanny Holman2021-01-245-0/+142
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz>