summaryrefslogtreecommitdiff
path: root/arch/i386/boot/boot.s
AgeCommit message (Expand)Author
2024-06-24arch: i386: boot: zero ESP before calling i386_entryDanny Holman
2024-06-21libk: use a random value for the stack protectorDanny Holman
2024-06-21arch: boot: allocate a few pages at startupDanny Holman
2024-05-27arch: i386: pass entry page directory to entry funcDanny Holman
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman
2024-02-24kernel: string: add a strcpy functionDanny Holman
2024-02-24arch: i386: move jump_userspace to its own fileDanny Holman
2024-02-16arch: i386: move raw assembly calls to their own headerDanny Holman
2023-11-26arch: i386: boot.s: define functions for page managementDanny Holman
2023-11-26arch: i386: boot.s: move C entry point to fileDanny Holman
2023-11-26arch: i386: boot: boot.sDanny Holman
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman
2022-01-15arch: i386: simplifiy GDT setupDanny Holman
2021-09-28arch: i386: add support for 8259 PICDanny Holman
2021-08-30i386: create idt.c and isr.sDanny Holman
2021-07-24arch: i386: add GDT setup routinesDanny Holman
2021-07-20arch: i386: move the kernel to high memoryDanny Holman
2021-01-24x86: reorganize the i386 directoryDanny Holman