summaryrefslogtreecommitdiff
path: root/arch/i386/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: gdt.c: fix a bug in userspace jumpDanny Holman2024-02-161-52/+12
* arch: i386: boot: ISR frame should not include ESPDanny Holman2024-02-161-2/+6
* arch: i386: isr.s: create the irq stubsDanny Holman2023-11-261-3/+21
* arch: i386: idt.c: install the ISR handlersDanny Holman2023-11-261-47/+62
* arch: i386: idt.c: remove the irq number from handlerDanny Holman2023-11-261-1/+2
* arch: i386: idt.c: call the page fault handlerDanny Holman2023-11-261-3/+1
* arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman2023-11-261-0/+1
* arch: i386: idt.c: remove unneeded define macrosDanny Holman2023-11-261-23/+1
* arch: i386: gdt.c: init the TSS before loading itDanny Holman2023-11-261-2/+5
* arch: i386: boot.s: define functions for page managementDanny Holman2023-11-261-0/+27
* arch: i386: boot.s: move C entry point to fileDanny Holman2023-11-261-10/+3
* arch: i386: boot: boot.sDanny Holman2023-11-261-8/+4
* arch: i386: make serial_writestring inlineDanny Holman2022-03-221-14/+8
* 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