summaryrefslogtreecommitdiff
path: root/arch/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-16arch: i386: add operations to control PIT timerDanny Holman2-0/+38
2024-02-16arch: i386: put framebuffer ops in own fileDanny Holman3-88/+122
2024-02-16arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman1-13/+13
2023-11-26arch: i386: alloc: remove erroneous halt instructionDanny Holman1-1/+0
2023-11-26arch: i386: make: add source filesv0.05Danny Holman1-0/+3
2023-11-26arch: i386: linker.ld: add references to the bitmapDanny Holman1-0/+5
2023-11-26arch: i386: paging: add a proper paging APIDanny Holman2-0/+140
2023-11-26arch: i386: alloc: add a physical memory managerDanny Holman2-0/+56
2023-11-26arch: i386: add multiboot supportDanny Holman2-0/+127
2023-11-26arch: i386: tty.c: remove unneeded local variableDanny Holman1-3/+4
2023-11-26arch: i386: syscall.c: replace function calls with single switchDanny Holman1-21/+9
2023-11-26arch: i386: pic.c: finish implementing functions from pic.hDanny Holman1-1/+3
2023-11-26arch: i386: syscall.h: define some example system callsDanny Holman1-5/+22
2023-11-26arch: i386: pic.h: make register_irq_handler accessibleDanny Holman1-0/+2
2023-11-26arch: i386: pic.h: change all chars into uint8_tDanny Holman1-1/+2
2023-11-26arch: i386: idt.h: remove extern functionsDanny Holman1-4/+1
2023-11-26arch: i386: isr.s: create the irq stubsDanny Holman1-3/+21
2023-11-26arch: i386: idt.c: install the ISR handlersDanny Holman1-47/+62
2023-11-26arch: i386: idt.c: remove the irq number from handlerDanny Holman1-1/+2
2023-11-26arch: i386: idt.c: call the page fault handlerDanny Holman1-3/+1
2023-11-26arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman1-0/+1
2023-11-26arch: i386: idt.c: remove unneeded define macrosDanny Holman1-23/+1
2023-11-26arch: i386: gdt.c: init the TSS before loading itDanny Holman1-2/+5
2023-11-26arch: i386: boot.s: define functions for page managementDanny Holman1-0/+27
2023-11-26arch: i386: boot.s: move C entry point to fileDanny Holman1-10/+3
2023-11-26arch: i386: boot: boot.sDanny Holman1-8/+4
2022-03-22arch: i386: make serial_writestring inlineDanny Holman2-19/+8
2022-03-22arch: i386: refactor the system call APIDanny Holman5-11/+4
2022-01-21arch: i386: move non-critial files out of bootDanny Holman9-91/+52
2022-01-15arch: i386: fix coding style issueDanny Holman1-2/+2
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman7-3/+61
2022-01-15arch: i386: simplifiy GDT setupDanny Holman4-68/+176
2022-01-15arch: i386: simplify IDT setupDanny Holman5-31/+128
2021-11-29arch: i386: add support for tab charactersDanny Holman1-0/+10
2021-10-09arch: i386: rename the GDT array pointerDanny Holman1-7/+7
2021-10-09arch: i386: include more information in IDTDanny Holman4-73/+129
2021-09-28arch: i386: add PIC register supportDanny Holman2-0/+19
2021-09-28arch: i386: fix IDT exception handlerDanny Holman4-45/+145
2021-09-28arch: i386: fix GDT segment mismatchDanny Holman1-1/+1
2021-09-28arch: i386: add support for 8259 PICDanny Holman6-18/+102
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