| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | basic interrupt/PIC support | 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. | ||
| * | formatting code, use tab identation -- before it's too late | Tianhao Wang | 2024-01-30 |
| | | |||
| * | minimal support for keyctrl, not complete | Tianhao Wang | 2023-03-24 |
| | | |||
| * | usable printf, with some ptr magic | Tianhao Wang | 2023-03-15 |
| | | |||
| * | add delay between IOs | Tianhao Wang | 2023-03-14 |
| | | |||
| * | CGA cursor location | Tianhao Wang | 2023-03-14 |
| | | |||
| * | 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 |
