summaryrefslogtreecommitdiff
path: root/arch/i386/include
AgeCommit message (Expand)Author
2024-06-25kernel: interrupt: create a generic interrupt APIDanny Holman
2024-06-21arch: i386: pmem: refactor the physical memory managerDanny Holman
2024-06-21arch: i386: paging: do the recursive paging trickDanny Holman
2024-05-29arch: i386: asm: make flush_gdt availableDanny Holman
2024-05-29arch: i386: remove last refs to moved headersDanny Holman
2024-05-29arch: i386: fix several bugs in paging subsystemDanny Holman
2024-05-27arch: i386: pmem: refactor the physical MMDanny Holman
2024-05-27arch: i386: update all files to use the new libkDanny Holman
2024-05-27arch: i386: add a spinlock implementationDanny Holman
2024-05-27arch: i386: pass entry page directory to entry funcDanny Holman
2024-05-27drivers: create a subdir just for driver codeDanny Holman
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman
2024-02-24arch: i386: cleanup everything and reorganizeDanny Holman
2024-02-16arch: i386: add basic keyboard driverDanny Holman
2024-02-16arch: i386: roll physical memory control into VMMDanny Holman
2024-02-16arch: i386: move GDT definitions to their own headerDanny Holman
2024-02-16arch: i386: move IRQ functions to PIC driverDanny Holman
2024-02-16arch: i386: move raw assembly calls to their own headerDanny Holman
2024-02-16arch: i386: syscall.c: add functions that dump dataDanny Holman
2024-02-16arch: i386: add operations to control PIT timerDanny Holman
2024-02-16arch: i386: put framebuffer ops in own fileDanny Holman
2023-11-26arch: i386: paging: add a proper paging APIDanny Holman
2023-11-26arch: i386: alloc: add a physical memory managerDanny Holman
2023-11-26arch: i386: add multiboot supportDanny Holman
2023-11-26arch: i386: syscall.h: define some example system callsDanny Holman
2023-11-26arch: i386: pic.h: make register_irq_handler accessibleDanny Holman
2023-11-26arch: i386: pic.h: change all chars into uint8_tDanny Holman
2023-11-26arch: i386: idt.h: remove extern functionsDanny Holman
2022-03-22arch: i386: refactor the system call APIDanny Holman
2022-01-21arch: i386: move non-critial files out of bootDanny Holman
2022-01-15arch: i386: fix coding style issueDanny Holman
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman
2022-01-15arch: i386: simplify IDT setupDanny Holman
2021-10-09arch: i386: include more information in IDTDanny Holman
2021-09-28arch: i386: add PIC register supportDanny Holman
2021-09-28arch: i386: fix IDT exception handlerDanny Holman
2021-09-28arch: i386: add support for 8259 PICDanny Holman
2021-07-24arch: i386: add GDT setup routinesDanny Holman
2021-01-24x86: reorganize the i386 directoryDanny Holman