summaryrefslogtreecommitdiff
path: root/arch/i386/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: interrupt: create a generic interrupt APIDanny Holman2024-06-252-2/+4
* arch: i386: pmem: refactor the physical memory managerDanny Holman2024-06-211-5/+3
* arch: i386: paging: do the recursive paging trickDanny Holman2024-06-213-13/+30
* arch: i386: asm: make flush_gdt availableDanny Holman2024-05-291-0/+2
* arch: i386: remove last refs to moved headersDanny Holman2024-05-292-2/+3
* arch: i386: fix several bugs in paging subsystemDanny Holman2024-05-291-6/+8
* arch: i386: pmem: refactor the physical MMDanny Holman2024-05-271-12/+3
* arch: i386: update all files to use the new libkDanny Holman2024-05-272-4/+2
* arch: i386: add a spinlock implementationDanny Holman2024-05-271-7/+44
* arch: i386: pass entry page directory to entry funcDanny Holman2024-05-271-2/+0
* drivers: create a subdir just for driver codeDanny Holman2024-05-273-82/+0
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-283-5/+52
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-248-115/+98
* arch: i386: add basic keyboard driverDanny Holman2024-02-161-0/+33
* arch: i386: roll physical memory control into VMMDanny Holman2024-02-162-31/+15
* arch: i386: move GDT definitions to their own headerDanny Holman2024-02-161-0/+55
* arch: i386: move IRQ functions to PIC driverDanny Holman2024-02-161-0/+2
* arch: i386: move raw assembly calls to their own headerDanny Holman2024-02-161-0/+19
* arch: i386: syscall.c: add functions that dump dataDanny Holman2024-02-161-0/+2
* arch: i386: add operations to control PIT timerDanny Holman2024-02-161-0/+9
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-161-0/+17
* arch: i386: paging: add a proper paging APIDanny Holman2023-11-261-0/+52
* arch: i386: alloc: add a physical memory managerDanny Holman2023-11-261-0/+13
* arch: i386: add multiboot supportDanny Holman2023-11-261-0/+104
* arch: i386: syscall.h: define some example system callsDanny Holman2023-11-261-5/+22
* arch: i386: pic.h: make register_irq_handler accessibleDanny Holman2023-11-261-0/+2
* arch: i386: pic.h: change all chars into uint8_tDanny Holman2023-11-261-1/+2
* arch: i386: idt.h: remove extern functionsDanny Holman2023-11-261-4/+1
* arch: i386: refactor the system call APIDanny Holman2022-03-222-2/+1
* arch: i386: move non-critial files out of bootDanny Holman2022-01-212-0/+46
* arch: i386: fix coding style issueDanny Holman2022-01-151-2/+2
* arch: i386: add support for IRQs and system callsDanny Holman2022-01-151-0/+19
* arch: i386: simplify IDT setupDanny Holman2022-01-152-3/+3
* arch: i386: include more information in IDTDanny Holman2021-10-092-11/+35
* arch: i386: add PIC register supportDanny Holman2021-09-281-0/+5
* arch: i386: fix IDT exception handlerDanny Holman2021-09-282-0/+72
* arch: i386: add support for 8259 PICDanny Holman2021-09-281-0/+45
* arch: i386: add GDT setup routinesDanny Holman2021-07-241-69/+0
* x86: reorganize the i386 directoryDanny Holman2021-01-241-0/+69