Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: build targets properly from subdirsHEADmaster | Aqua-sama | 2021-03-30 | 1 | -3/+8 |
* | makefile: make makefile recursive | Aqua-sama | 2021-03-25 | 1 | -3/+17 |
* | CGA: map and set buffer address in kernel main | Aqua-sama | 2021-03-14 | 2 | -11/+14 |
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 1 | -2/+1 |
* | libk: add int_t min max size constants | Aqua-sama | 2021-03-05 | 1 | -1/+1 |
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 2 | -2/+4 |
* | Add some comments to keyboard driver | Aqua-sama | 2021-03-03 | 3 | -12/+28 |
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 4 | -2/+167 |
* | Enable interrupts | Aqua-sama | 2021-02-22 | 1 | -1/+3 |
* | Kconfig | Aqua-sama | 2021-02-21 | 2 | -0/+60 |
* | Call global constructors | Aqua-sama | 2021-02-21 | 2 | -4/+6 |
* | Add IDT | Aqua-sama | 2021-02-16 | 1 | -0/+4 |
* | Add SerialPort self-test to constructor | Aqua-sama | 2021-02-12 | 2 | -17/+25 |
* | CGA: blank last line when scrolling up | Aqua-sama | 2021-02-12 | 1 | -0/+5 |
* | Add serial0 console output | Aqua-sama | 2021-02-12 | 4 | -9/+153 |
* | Add comments to explain CGA ports better | Aqua-sama | 2021-02-11 | 4 | -0/+228 |