aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* chore: update dummy task exampleHEADmasterTianhao Wang2024-06-11
* interrupt: add irq_save/restore helpersTianhao Wang2024-06-11
* dev: add x86 PIT (programmable interrupt timer)Tianhao Wang2024-06-11
* chore: cleanup sched codeTianhao Wang2024-06-11
* proc: VecDequeue round-robin schedulerTianhao Wang2024-06-11
* fix asm object build commandsTianhao Wang2024-06-11
* proc: basic task/stack creationTianhao Wang2024-06-11
* chore: cleanupsTianhao Wang2024-06-11
* chore: update 3rd-party licensesTianhao Wang2024-06-11
* chore: format asm codeTianhao Wang2024-06-11
* proc: basic infra for multithreadingTianhao Wang2024-06-11
* io: add serial output through port 0x3f8 (qemu)Tianhao Wang2024-06-11
* interrupt: set up dummy pagefault handlerTianhao Wang2024-06-11
* mm: use linked-list-allocator as kmallocTianhao Wang2024-06-11
* chore: update readmeTianhao Wang2024-06-11
* chore: add page fault test codeTianhao Wang2024-06-11
* chore: add todoTianhao Wang2024-06-11
* proc: add basic task structTianhao Wang2024-06-11
* interrupt: better trampolines for interruptsTianhao Wang2024-06-11
* proc: interrupt: define context and trap frameTianhao Wang2024-06-11
* toolchain: replace xbuild with build-stdTianhao Wang2024-06-11
* docs: add notes on calling convTianhao Wang2024-06-11
* mm: use id mapped vaddr of free_page_stackTianhao Wang2024-06-11
* build: include Cargo.lock in vcsTianhao Wang2024-06-11
* pic: replace hardcoded values, add docsTianhao Wang2024-06-11
* docs: add notes on interrupt (vectors) and PICTianhao Wang2024-06-11
* toolchain: bump rust toolchain versionTianhao Wang2024-06-11
* idt: mm: move idt and vectors also to upper memoryTianhao Wang2024-06-11
* chore: add v2p and p2v conversion wrt. id mappingTianhao Wang2024-06-11
* fix kernel mapping start addressTianhao Wang2024-06-11
* chore: cleanupTianhao Wang2024-06-11
* chore: remove unused depsTianhao Wang2024-06-11
* debug: add basic setup for qemu/gdbTianhao 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
* docs: memory layoutTianhao Wang2024-06-11
* chore: cleanup startup codeTianhao Wang2024-06-11
* mm: add basic paging infra from x86_64 crateTianhao Wang2024-06-11
* mm: fix Range type and addr roundingTianhao Wang2024-06-11
* mm: explicitly clear unused entries in init tableTianhao Wang2024-06-11
* mm: add stack based PMATianhao Wang2024-06-11
* makefile: default to cargo debug buildTianhao Wang2024-06-11
* multiboot: docs and cleanupTianhao Wang2024-06-11
* multiboot: parse mmap blocksTianhao Wang2024-06-11
* multiboot: get memory info from MB infoTianhao Wang2024-06-11
* multiboot: basic support for multiboot infoTianhao Wang2024-06-11
* keyboard: pad key translation tableTianhao Wang2024-06-11
* update attributionsTianhao Wang2024-06-11
* fix io blocking bug in kbdctlTianhao Wang2024-06-11
* choreTianhao Wang2024-06-11