Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy fixes | Aqua-sama | 2021-03-27 | 3 | -10/+10 |
* | makefile: make makefile recursive | Aqua-sama | 2021-03-25 | 2 | -16/+114 |
* | Place bootstrap code into multiboot section | Aqua-sama | 2021-03-21 | 1 | -1/+14 |
* | Check multiboot2 header length, and if needed map the next page as well | Aqua-sama | 2021-03-21 | 5 | -35/+55 |
* | Add allocator | Aqua-sama | 2021-03-20 | 5 | -4/+159 |
* | cpuid: show manufacturer and model | Aqua-sama | 2021-03-17 | 4 | -0/+143 |
* | Mostly fix scheduler throwing page faults | Aqua-sama | 2021-03-16 | 6 | -34/+42 |
* | Switch lto to full | Aqua-sama | 2021-03-16 | 3 | -18/+15 |
* | Map .text and .rodata as read-only | Aqua-sama | 2021-03-15 | 1 | -28/+27 |
* | Fix compile failure without -O2 | Aqua-sama | 2021-03-15 | 3 | -13/+16 |
* | CGA: map and set buffer address in kernel main | Aqua-sama | 2021-03-14 | 4 | -67/+89 |
* | vmm: map multiboot structs | Aqua-sama | 2021-03-11 | 5 | -14/+99 |
* | Map kernel to 0xc000 rather than 0xc010 | Aqua-sama | 2021-03-11 | 1 | -51/+45 |
* | Add linker script to ld depends | Aqua-sama | 2021-03-11 | 3 | -10/+15 |
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 9 | -32/+73 |
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 4 | -17/+95 |
* | Move multiboot header to its own section | Aqua-sama | 2021-03-07 | 2 | -3/+3 |
* | scheduler: fix task switching | Aqua-sama | 2021-03-06 | 3 | -14/+20 |
* | GDT: flush segment registers on lgdt | Aqua-sama | 2021-03-06 | 6 | -34/+61 |
* | libk: add int_t min max size constants | Aqua-sama | 2021-03-05 | 1 | -1/+1 |
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 8 | -11/+94 |
* | pass cpu_state_t to interrupt handler | Aqua-sama | 2021-03-04 | 7 | -112/+132 |
* | Add some comments to keyboard driver | Aqua-sama | 2021-03-03 | 1 | -1/+2 |
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 6 | -11/+73 |
* | Fix interrupts causing exception 0xd | Aqua-sama | 2021-02-28 | 9 | -104/+188 |
* | Enable interrupts | Aqua-sama | 2021-02-22 | 3 | -21/+58 |
* | Kconfig | Aqua-sama | 2021-02-21 | 1 | -2/+5 |
* | Call global constructors | Aqua-sama | 2021-02-21 | 2 | -4/+17 |
* | Add IDT | Aqua-sama | 2021-02-16 | 5 | -2/+140 |
* | 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 | 5 | -197/+2 |
* | Update VGA cursor position on printk | Aqua-sama | 2021-02-10 | 5 | -1/+82 |
* | Add some compiler warnings | Aqua-sama | 2021-02-09 | 7 | -30/+58 |
* | 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 | 6 | -0/+280 |