summaryrefslogtreecommitdiff
path: root/arch/i386/boot (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-09arch: i386: rename the GDT array pointerDanny Holman1-7/+7
2021-10-09arch: i386: include more information in IDTDanny Holman2-62/+94
2021-09-28arch: i386: add PIC register supportDanny Holman1-0/+14
2021-09-28arch: i386: fix IDT exception handlerDanny Holman2-45/+73
2021-09-28arch: i386: fix GDT segment mismatchDanny Holman1-1/+1
2021-09-28arch: i386: add support for 8259 PICDanny Holman2-1/+55
2021-08-30i386: create idt.c and isr.sDanny Holman3-1/+115
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 Holman2-0/+97
2021-07-20arch: i386: move the kernel to high memoryDanny Holman2-7/+50
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 Holman5-0/+142