aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* dev: add x86 PIT (programmable interrupt timer)Tianhao Wang2024-06-11
* proc: VecDequeue round-robin schedulerTianhao Wang2024-06-11
* proc: basic task/stack creationTianhao Wang2024-06-11
* chore: cleanupsTianhao Wang2024-06-11
* io: add serial output through port 0x3f8 (qemu)Tianhao Wang2024-06-11
* mm: use linked-list-allocator as kmallocTianhao Wang2024-06-11
* chore: add page fault test codeTianhao Wang2024-06-11
* proc: add basic task structTianhao Wang2024-06-11
* toolchain: bump rust toolchain versionTianhao Wang2024-06-11
* chore: add v2p and p2v conversion wrt. id mappingTianhao Wang2024-06-11
* mm: add basic paging infra from x86_64 crateTianhao Wang2024-06-11
* mm: add stack based PMATianhao 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
* choreTianhao Wang2024-06-11
* interrupt: add rust binding for idtTianhao Wang2024-06-11
* choreTianhao Wang2024-06-11
* pic: initialize with rust codeTianhao Wang2024-06-11
* keyboard: implement leds and rebootTianhao Wang2024-06-11
* paging: add basic bitmap frame allocatorTianhao Wang2024-06-11
* add mm and ds modules (yet empty)Tianhao Wang2024-06-11
* MM: add modules for memory managementTianhao Wang2024-06-11
* PS/2 Keyboard controller: read and decode keyTianhao Wang2024-06-11
* basic interrupt/PIC supportTianhao Wang2024-06-11
* add println! and panic! macroTianhao Wang2024-02-01
* Allow dead_code and unused_imports at crate levelTianhao Wang2024-02-01
* formatting code, use tab identation -- before it's too lateTianhao Wang2024-01-30
* usable printf, with some ptr magicTianhao Wang2023-03-15
* CGA cursor locationTianhao Wang2023-03-14
* cleanupTianhao Wang2023-03-14
* adding io portTianhao Wang2023-03-11
* fix linkingTianhao Wang2023-03-11
* a minimal working demo on bare metalTianhao Wang2023-03-10