summaryrefslogtreecommitdiff
path: root/arch/i386/boot/boot.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* PROJECT RESTRUCTURINGDanny Holman2025-01-121-149/+0
* arch: i386: boot: zero ESP before calling i386_entryDanny Holman2024-06-241-0/+1
* libk: use a random value for the stack protectorDanny Holman2024-06-211-0/+29
* arch: boot: allocate a few pages at startupDanny Holman2024-06-211-11/+18
* arch: i386: pass entry page directory to entry funcDanny Holman2024-05-271-3/+2
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-281-7/+11
* kernel: string: add a strcpy functionDanny Holman2024-02-241-10/+6
* arch: i386: move jump_userspace to its own fileDanny Holman2024-02-241-18/+1
* arch: i386: move raw assembly calls to their own headerDanny Holman2024-02-161-13/+0
* 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: add support for IRQs and system callsDanny Holman2022-01-151-0/+4
* arch: i386: simplifiy GDT setupDanny Holman2022-01-151-5/+33
* arch: i386: add support for 8259 PICDanny Holman2021-09-281-1/+2
* i386: create idt.c and isr.sDanny Holman2021-08-301-1/+2
* arch: i386: add GDT setup routinesDanny Holman2021-07-241-0/+18
* arch: i386: move the kernel to high memoryDanny Holman2021-07-201-6/+49
* x86: reorganize the i386 directoryDanny Holman2021-01-241-0/+32