summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: add support for IRQs and system callsDanny Holman2022-01-157-3/+61
* arch: i386: simplifiy GDT setupDanny Holman2022-01-154-68/+176
* arch: i386: simplify IDT setupDanny Holman2022-01-155-31/+128
* arch: i386: add support for tab charactersDanny Holman2021-11-291-0/+10
* arch: i386: rename the GDT array pointerDanny Holman2021-10-091-7/+7
* arch: i386: include more information in IDTDanny Holman2021-10-094-73/+129
* arch: i386: add PIC register supportDanny Holman2021-09-282-0/+19
* arch: i386: fix IDT exception handlerDanny Holman2021-09-284-45/+145
* arch: i386: fix GDT segment mismatchDanny Holman2021-09-281-1/+1
* arch: i386: add support for 8259 PICDanny Holman2021-09-286-18/+102
* i386: create idt.c and isr.sDanny Holman2021-08-304-1/+117
* arch: i386: add ring-3 descriptors to the GDTDanny Holman2021-08-271-1/+3
* arch: i386: surround GDT macros with parensDanny Holman2021-07-251-15/+14
* arch: i386: add GDT setup routinesDanny Holman2021-07-244-69/+98
* arch: i386: move the kernel to high memoryDanny Holman2021-07-203-13/+66
* Makefile: fix wrong -I directive to compilerDanny Holman2021-03-091-2/+2
* i386: create terminal_scroll functionDanny Holman2021-01-281-10/+25
* i386: add support for newlinesDanny Holman2021-01-251-0/+7
* x86: reorganize the i386 directoryDanny Holman2021-01-249-3/+73
* serial: add serial_writestring as a functionDanny Holman2021-01-201-0/+7
* serial: don't declare serial_init as staticDanny Holman2021-01-201-1/+1
* i386: add serial port supportDanny Holman2021-01-203-0/+57
* arch: i386: add support for x86 processorsDanny Holman2021-01-175-0/+142
* Initial commitDanny Holman2021-01-172-0/+25