aboutsummaryrefslogtreecommitdiff
path: root/boot/startup-x86_64.s
Commit message (Expand)AuthorAge
* chore: cleanupTianhao Wang2024-06-11
* mm: fully map the kernel to high memoryTianhao Wang2024-06-11
* mm: provide high memory kernel mapping in asm code.Tianhao Wang2024-06-11
* chore: cleanup startup codeTianhao Wang2024-06-11
* mm: explicitly clear unused entries in init tableTianhao Wang2024-06-11
* mm: add stack based PMATianhao Wang2024-06-11
* multiboot: basic support for multiboot infoTianhao Wang2024-06-11
* choreTianhao Wang2024-06-11
* doc: notes on x86 gdt and segmentationTianhao Wang2024-06-11
* choreTianhao Wang2024-06-11
* startup: define multiboot headers in linker scriptTianhao Wang2024-06-11
* startup: flatten control flowTianhao Wang2024-06-11
* interrupt: add rust binding for idtTianhao Wang2024-06-11
* split idt and vectors from startup codeTianhao Wang2024-06-11
* choreTianhao Wang2024-06-11
* interrupt: rename `guardian` to `interrupt_gate`Tianhao Wang2024-06-11
* pic: initialize with rust codeTianhao Wang2024-06-11
* cgascr: init cursor in rust codeTianhao Wang2024-06-11
* re-organize codeTianhao Wang2024-06-11