summaryrefslogtreecommitdiff
path: root/arch/i386/boot/tty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arch: i386: move non-critial files out of bootDanny Holman2022-01-211-87/+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: add support for tab charactersDanny Holman2021-11-291-0/+10
| | | | | | Add support for the tab character in the virtual terminal. Signed-off-by: Danny Holman <dholman@gymli.org>
* arch: i386: move the kernel to high memoryDanny Holman2021-07-201-1/+1
| | | | | 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-241-0/+55
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz>