| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | update attributions | Tianhao Wang | 2024-06-11 |
| | | |||
| * | fix io blocking bug in kbdctl | Tianhao Wang | 2024-06-11 |
| | | |||
| * | chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | doc: notes on x86 gdt and segmentation | Tianhao Wang | 2024-06-11 |
| | | |||
| * | cgascr: refactoring | Tianhao Wang | 2024-06-11 |
| | | |||
| * | readme: bulk update | Tianhao Wang | 2024-06-11 |
| | | | | | | | | - update regarding contributing - fix typo - update roadmap - fix toc link | ||
| * | refine ATTRIBUTIONS and LICENSE text | Tianhao Wang | 2024-06-11 |
| | | |||
| * | add contributing guidelines | Tianhao Wang | 2024-06-11 |
| | | |||
| * | readme: update regarding license | Tianhao Wang | 2024-06-11 |
| | | |||
| * | fix readme | Tianhao Wang | 2024-06-11 |
| | | |||
| * | update readme for troubleshooting | Tianhao Wang | 2024-06-11 |
| | | |||
| * | move io.rs into submodule | Tianhao Wang | 2024-06-11 |
| | | |||
| * | update readme | Tianhao Wang | 2024-06-11 |
| | | |||
| * | license: update readme | Tianhao Wang | 2024-06-11 |
| | | |||
| * | license: use EUPL | Tianhao Wang | 2024-06-11 |
| | | |||
| * | makefile: mute ld RWX warning | Tianhao Wang | 2024-06-11 |
| | | |||
| * | chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | rename wraper -> vector | Tianhao Wang | 2024-06-11 |
| | | |||
| * | startup: define multiboot headers in linker script | Tianhao Wang | 2024-06-11 |
| | | |||
| * | nasm: ignore zeroing warning | Tianhao Wang | 2024-06-11 |
| | | | | | | | When using `resb` outside of a BSS section, nasm will yell at you. But we know what we are doing! We never expect zero-init for such reserved spaces! | ||
| * | startup: flatten control flow | Tianhao Wang | 2024-06-11 |
| | | |||
| * | chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | linker: "optimize" section arrangements | Tianhao Wang | 2024-06-11 |
| | | | | | | | | 1. throw vectors in a custom ".reserved" section 2. throw idt in a NOLOAD ".reserved_0" section: save some binary size (like .bss) since we don't care for its initial value. 3. squash all ".data.*" sections from rust into ".data" | ||
| * | interrupt: add rust binding for idt | Tianhao Wang | 2024-06-11 |
| | | |||
| * | check formatting in make script | Tianhao Wang | 2024-06-11 |
| | | |||
| * | formatting code | Tianhao Wang | 2024-06-11 |
| | | |||
| * | misc: add full rustfmt config | Tianhao Wang | 2024-06-11 |
| | | |||
| * | split idt and vectors from startup code | Tianhao Wang | 2024-06-11 |
| | | |||
| * | chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | linker: explicitly provide ___BSS* symbols | Tianhao Wang | 2024-06-11 |
| | | |||
| * | interrupt: rename `guardian` to `interrupt_gate` | Tianhao Wang | 2024-06-11 |
| | | |||
| * | mask keyboard interrupt while polling key | Tianhao Wang | 2024-06-11 |
| | | |||
| * | mask interrupt during handler routine | Tianhao Wang | 2024-06-11 |
| | | |||
| * | remove plugbox module | Tianhao Wang | 2024-06-11 |
| | | |||
| * | pic: initialize with rust code | Tianhao Wang | 2024-06-11 |
| | | |||
| * | add ATTRIBUTIONS | Tianhao Wang | 2024-06-11 |
| | | |||
| * | chore linting | Tianhao Wang | 2024-06-11 |
| | | |||
| * | readme: add reference | Tianhao Wang | 2024-06-11 |
| | | |||
| * | cgascr: init cursor in rust code | Tianhao Wang | 2024-06-11 |
| | | |||
| * | rework linker script | Tianhao Wang | 2024-06-11 |
| | | |||
| * | readme: update info | Tianhao Wang | 2024-06-11 |
| | | | | | Signed-off-by: Tianhao Wang <shrik3@mailbox.org> | ||
| * | rename `compiler` directory to `defs` | Tianhao Wang | 2024-06-11 |
| | | | | | the name `compiler` is ambiguous | ||
| * | makefile: fix cargo release build | Tianhao Wang | 2024-06-11 |
| | | |||
| * | readme: update licensing notice | Tianhao Wang | 2024-06-11 |
| | | |||
| * | re-organize code | Tianhao Wang | 2024-06-11 |
| | | |||
| * | keyboard: implement leds and reboot | Tianhao Wang | 2024-06-11 |
| | | | | | works on qemu, untested on real machine | ||
| * | readme: update licensing notice | Tianhao Wang | 2024-06-11 |
| | | |||
| * | startup.s: chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | startup.s: delete c++ related code | Tianhao Wang | 2024-06-11 |
| | | | | | | | | in a no-std config, c++ compilers require the several functions to be provided such as "delete". Also the startup code needs to manually construct/destruct global objects. Theses are no longer the case for the rust port. | ||
| * | add tud reference | Tianhao Wang | 2024-06-11 |
| | | |||
