aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* minimize iso size.Tianhao Wang2024-06-11
|
* basic interrupt/PIC supportTianhao Wang2024-06-11
|
* pub(crate) use for println macrosTianhao Wang2024-06-11
| | | | | | The println! and print! macros are defined in submodule "io", I have to add this trick to make it work across the crate. Maybe there is a better way...
* update READMETianhao 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.
* use inline asm for x86 IO instrTianhao Wang2024-02-01
|
* 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... :(
* update readmeTianhao Wang2024-02-01
|
* formatting code, use tab identation -- before it's too lateTianhao Wang2024-01-30
|
* modify readme, add license infoTianhao Wang2024-01-30
|
* change readme format to txtTianhao Wang2023-10-26
|
* minimal support for keyctrl, not completeTianhao Wang2023-03-24
|
* update readmeTianhao Wang2023-03-15
|
* usable printf, with some ptr magicTianhao Wang2023-03-15
|
* formatting startup.sTianhao Wang2023-03-14
|
* add delay between IOsTianhao Wang2023-03-14
|
* CGA cursor locationTianhao Wang2023-03-14
|
* PHONY targetTianhao Wang2023-03-14
|
* cleanupTianhao Wang2023-03-14
|
* rework makefile, include other asm sourcesTianhao Wang2023-03-14
|
* typoTianhao Wang2023-03-11
|
* readme formatTianhao Wang2023-03-11
|
* clean upTianhao Wang2023-03-11
|
* readmeTianhao Wang2023-03-11
|
* adding io portTianhao Wang2023-03-11
|
* fix linkingTianhao Wang2023-03-11
|
* a minimal working demo on bare metalTianhao Wang2023-03-10
|
* basic project structureTianhao Wang2023-03-10
|
* init repoTianhao Wang2023-03-10