Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -20/+28 |
| | |||||
* | Map .text and .rodata as read-only | Aqua-sama | 2021-03-15 | 1 | -28/+27 |
| | |||||
* | CGA: map and set buffer address in kernel main | Aqua-sama | 2021-03-14 | 1 | -9/+7 |
| | |||||
* | vmm: map multiboot structs | Aqua-sama | 2021-03-11 | 1 | -11/+13 |
| | |||||
* | 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 | 1 | -8/+11 |
| | |||||
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 1 | -6/+3 |
| | |||||
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 1 | -8/+81 |
| | |||||
* | Move multiboot header to its own section | Aqua-sama | 2021-03-07 | 1 | -2/+2 |
| | |||||
* | pass cpu_state_t to interrupt handler | Aqua-sama | 2021-03-04 | 1 | -0/+97 |