summaryrefslogtreecommitdiff
path: root/arch/i386/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: refactor the system call APIDanny Holman2022-03-221-3/+2
* arch: i386: move non-critial files out of bootDanny Holman2022-01-217-282/+0
* arch: i386: add support for IRQs and system callsDanny Holman2022-01-155-2/+40
* arch: i386: simplifiy GDT setupDanny Holman2022-01-154-68/+176
* arch: i386: simplify IDT setupDanny Holman2022-01-153-28/+125
* 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-092-62/+94
* arch: i386: add PIC register supportDanny Holman2021-09-281-0/+14
* arch: i386: fix IDT exception handlerDanny Holman2021-09-282-45/+73
* arch: i386: fix GDT segment mismatchDanny Holman2021-09-281-1/+1
* arch: i386: add support for 8259 PICDanny Holman2021-09-282-1/+55
* i386: create idt.c and isr.sDanny Holman2021-08-303-1/+115
* 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-242-0/+97
* arch: i386: move the kernel to high memoryDanny Holman2021-07-202-7/+50
* 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-245-0/+142