summaryrefslogtreecommitdiff
path: root/arch/i386/boot/boot.s (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-12PROJECT RESTRUCTURINGDanny Holman1-149/+0
2024-06-24arch: i386: boot: zero ESP before calling i386_entryDanny Holman1-0/+1
2024-06-21libk: use a random value for the stack protectorDanny Holman1-0/+29
2024-06-21arch: boot: allocate a few pages at startupDanny Holman1-11/+18
2024-05-27arch: i386: pass entry page directory to entry funcDanny Holman1-3/+2
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman1-7/+11
2024-02-24kernel: string: add a strcpy functionDanny Holman1-10/+6
2024-02-24arch: i386: move jump_userspace to its own fileDanny Holman1-18/+1
2024-02-16arch: i386: move raw assembly calls to their own headerDanny Holman1-13/+0
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-01-15arch: i386: add support for IRQs and system callsDanny Holman1-0/+4
2022-01-15arch: i386: simplifiy GDT setupDanny Holman1-5/+33
2021-09-28arch: i386: add support for 8259 PICDanny Holman1-1/+2
2021-08-30i386: create idt.c and isr.sDanny Holman1-1/+2
2021-07-24arch: i386: add GDT setup routinesDanny Holman1-0/+18
2021-07-20arch: i386: move the kernel to high memoryDanny Holman1-6/+49
2021-01-24x86: reorganize the i386 directoryDanny Holman1-0/+0
2021-01-17arch: i386: add support for x86 processorsDanny Holman1-0/+32