summaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-30i386: create idt.c and isr.sDanny Holman4-1/+117
2021-08-27arch: i386: add ring-3 descriptors to the GDTDanny Holman1-1/+3
2021-07-25arch: i386: surround GDT macros with parensDanny Holman1-15/+14
2021-07-24arch: i386: add GDT setup routinesDanny Holman4-69/+98
2021-07-20arch: i386: move the kernel to high memoryDanny Holman3-13/+66
2021-03-09Makefile: fix wrong -I directive to compilerDanny Holman1-2/+2
2021-01-28i386: create terminal_scroll functionDanny Holman1-10/+25
2021-01-25i386: add support for newlinesDanny Holman1-0/+7
2021-01-24x86: reorganize the i386 directoryDanny Holman9-3/+73
2021-01-20serial: add serial_writestring as a functionDanny Holman1-0/+7
2021-01-20serial: don't declare serial_init as staticDanny Holman1-1/+1
2021-01-20i386: add serial port supportDanny Holman3-0/+57
2021-01-17arch: i386: add support for x86 processorsDanny Holman5-0/+142