summaryrefslogtreecommitdiff
path: root/arch/i386/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>