Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move MemoryAllocator to libk | Aqua-sama | 2021-03-28 | 1 | -2/+1 |
* | clang-tidy fixes | Aqua-sama | 2021-03-27 | 1 | -2/+2 |
* | Check multiboot2 header length, and if needed map the next page as well | Aqua-sama | 2021-03-21 | 1 | -7/+16 |
* | Add allocator | Aqua-sama | 2021-03-20 | 1 | -3/+18 |
* | cpuid: show manufacturer and model | Aqua-sama | 2021-03-17 | 1 | -0/+6 |
* | CGA: map and set buffer address in kernel main | Aqua-sama | 2021-03-14 | 1 | -7/+11 |
* | vmm: map multiboot structs | Aqua-sama | 2021-03-11 | 1 | -1/+8 |
* | Add linker script to ld depends | Aqua-sama | 2021-03-11 | 1 | -1/+1 |
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 1 | -13/+5 |
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 1 | -4/+4 |
* | GDT: flush segment registers on lgdt | Aqua-sama | 2021-03-06 | 1 | -3/+2 |
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 1 | -0/+2 |
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 1 | -0/+6 |
* | Fix interrupts causing exception 0xd | Aqua-sama | 2021-02-28 | 1 | -8/+1 |
* | Enable interrupts | Aqua-sama | 2021-02-22 | 1 | -10/+11 |
* | Kconfig | Aqua-sama | 2021-02-21 | 1 | -2/+5 |
* | Call global constructors | Aqua-sama | 2021-02-21 | 1 | -4/+14 |
* | Add IDT | Aqua-sama | 2021-02-16 | 1 | -1/+4 |
* | Add SerialPort self-test to constructor | Aqua-sama | 2021-02-12 | 1 | -1/+1 |
* | Add serial0 console output | Aqua-sama | 2021-02-12 | 1 | -1/+5 |
* | Add comments to explain CGA ports better | Aqua-sama | 2021-02-11 | 1 | -2/+2 |
* | Add more comments to GDT code | Aqua-sama | 2021-02-09 | 1 | -0/+4 |
* | Loading GDT | Aqua-sama | 2021-02-07 | 1 | -3/+12 |
* | Rename kernel/ to src/ | Aqua-sama | 2021-02-07 | 1 | -0/+26 |