| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | update README | Tianhao Wang | 2024-06-11 | |
| | | ||||
| * | add println! and panic! macro | Tianhao Wang | 2024-02-01 | |
| | | | | | | The rust lazy_static requires interior mutability. I have to include a Mutex impl (spin::Mutex). But I'd like to implement my own primitives. | |||
| * | use inline asm for x86 IO instr | Tianhao Wang | 2024-02-01 | |
| | | ||||
| * | Allow dead_code and unused_imports at crate level | Tianhao Wang | 2024-02-01 | |
| | | | | | | | to make the linter shutup.... You stupid linter, this is a new project! ofc there are stuffs defined not used.... I'll let you do the job when I finish... :( | |||
| * | update readme | Tianhao Wang | 2024-02-01 | |
| | | ||||
| * | formatting code, use tab identation -- before it's too late | Tianhao Wang | 2024-01-30 | |
| | | ||||
| * | modify readme, add license info | Tianhao Wang | 2024-01-30 | |
| | | ||||
| * | change readme format to txt | Tianhao Wang | 2023-10-26 | |
| | | ||||
| * | minimal support for keyctrl, not complete | Tianhao Wang | 2023-03-24 | |
| | | ||||
| * | update readme | Tianhao Wang | 2023-03-15 | |
| | | ||||
| * | usable printf, with some ptr magic | Tianhao Wang | 2023-03-15 | |
| | | ||||
| * | formatting startup.s | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | add delay between IOs | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | CGA cursor location | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | PHONY target | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | cleanup | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | rework makefile, include other asm sources | Tianhao Wang | 2023-03-14 | |
| | | ||||
| * | typo | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | readme format | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | clean up | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | readme | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | adding io port | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | fix linking | Tianhao Wang | 2023-03-11 | |
| | | ||||
| * | a minimal working demo on bare metal | Tianhao Wang | 2023-03-10 | |
| | | ||||
| * | basic project structure | Tianhao Wang | 2023-03-10 | |
| | | ||||
| * | init repo | Tianhao Wang | 2023-03-10 | |
