Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: build targets properly from subdirsHEADmaster | Aqua-sama | 2021-03-30 | 1 | -11/+13 |
* | Move MemoryAllocator to libk | Aqua-sama | 2021-03-28 | 1 | -1/+0 |
* | clang-tidy fixes | Aqua-sama | 2021-03-27 | 1 | -1/+1 |
* | makefile: make makefile recursive | Aqua-sama | 2021-03-25 | 1 | -16/+53 |
* | Add allocator | Aqua-sama | 2021-03-20 | 1 | -1/+2 |
* | cpuid: show manufacturer and model | Aqua-sama | 2021-03-17 | 1 | -0/+1 |
* | Mostly fix scheduler throwing page faults | Aqua-sama | 2021-03-16 | 1 | -1/+1 |
* | Switch lto to full | Aqua-sama | 2021-03-16 | 1 | -1/+0 |
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 1 | -3/+3 |
* | libk: add int_t min max size constants | Aqua-sama | 2021-03-05 | 1 | -1/+1 |
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 1 | -1/+2 |
* | pass cpu_state_t to interrupt handler | Aqua-sama | 2021-03-04 | 1 | -2/+2 |
* | Add some comments to keyboard driver | Aqua-sama | 2021-03-03 | 1 | -1/+2 |
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 1 | -1/+2 |
* | Fix interrupts causing exception 0xd | Aqua-sama | 2021-02-28 | 1 | -3/+12 |
* | Add IDT | Aqua-sama | 2021-02-16 | 1 | -1/+3 |
* | Add comments to explain CGA ports better | Aqua-sama | 2021-02-11 | 1 | -1/+0 |
* | Add some compiler warnings | Aqua-sama | 2021-02-09 | 1 | -0/+1 |
* | Add more comments to GDT code | Aqua-sama | 2021-02-09 | 1 | -1/+2 |
* | Loading GDT | Aqua-sama | 2021-02-07 | 1 | -1/+3 |
* | Rename kernel/ to src/ | Aqua-sama | 2021-02-07 | 1 | -0/+5 |