Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 11 | -13/+102 |
* | Add makefile notes | Aqua-sama | 2021-03-04 | 1 | -0/+19 |
* | pass cpu_state_t to interrupt handler | Aqua-sama | 2021-03-04 | 9 | -119/+133 |
* | Add some comments to keyboard driver | Aqua-sama | 2021-03-03 | 5 | -13/+33 |
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 11 | -14/+241 |
* | Fix interrupts causing exception 0xd | Aqua-sama | 2021-02-28 | 11 | -107/+198 |
* | Enable interrupts | Aqua-sama | 2021-02-22 | 8 | -36/+79 |
* | Kconfig | Aqua-sama | 2021-02-21 | 7 | -7/+113 |
* | Call global constructors | Aqua-sama | 2021-02-21 | 7 | -12/+30 |
* | Add IDT | Aqua-sama | 2021-02-16 | 8 | -2/+155 |
* | Add grub build instructions | Aqua-sama | 2021-02-14 | 4 | -5/+73 |
* | Fix makefile not rebuilding on changes in header files | Aqua-sama | 2021-02-13 | 1 | -4/+4 |
* | Add SerialPort self-test to constructor | Aqua-sama | 2021-02-12 | 4 | -19/+28 |
* | CGA: blank last line when scrolling up | Aqua-sama | 2021-02-12 | 1 | -0/+5 |
* | Add serial0 console output | Aqua-sama | 2021-02-12 | 8 | -24/+194 |
* | Add comments to explain CGA ports better | Aqua-sama | 2021-02-11 | 10 | -159/+194 |
* | Generate target dependency files | Aqua-sama | 2021-02-11 | 1 | -11/+4 |
* | Update VGA cursor position on printk | Aqua-sama | 2021-02-10 | 7 | -18/+107 |
* | Add some compiler warnings | Aqua-sama | 2021-02-09 | 12 | -38/+78 |
* | Add more comments to GDT code | Aqua-sama | 2021-02-09 | 5 | -28/+91 |
* | Loading GDT | Aqua-sama | 2021-02-07 | 5 | -4/+114 |
* | Rename kernel/ to src/ | Aqua-sama | 2021-02-07 | 9 | -25/+35 |
* | Rewrite makefile | Aqua-sama | 2021-02-07 | 13 | -60/+62 |
* | libk: add some tests | Aqua-sama | 2021-02-06 | 10 | -113/+127 |
* | Add IntegerView | Aqua-sama | 2021-02-05 | 13 | -154/+221 |
* | Rewrite boot.s to use clang instead of nasm | Aqua-sama | 2021-02-03 | 5 | -115/+105 |
* | Update readme with required packages | Aqua-sama | 2021-02-03 | 4 | -16/+32 |
* | Print some multiboot2 information | Aqua-sama | 2021-02-02 | 13 | -77/+608 |
* | libk: add its own makefile | Aqua-sama | 2021-01-31 | 9 | -15/+37 |
* | Initial commit | Aqua-sama | 2021-01-31 | 14 | -0/+493 |