aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* 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
| | | | works on qemu, untested on real machine
* 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
| | | | | 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.
* Allow dead_code and unused_imports at crate levelTianhao Wang2024-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... :(
* 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