Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makefile: make makefile recursive | Aqua-sama | 2021-03-25 | 1 | -61/+0 |
* | Place bootstrap code into multiboot section | Aqua-sama | 2021-03-21 | 1 | -1/+4 |
* | Check multiboot2 header length, and if needed map the next page as well | Aqua-sama | 2021-03-21 | 1 | -1/+2 |
* | Map .text and .rodata as read-only | Aqua-sama | 2021-03-15 | 1 | -3/+1 |
* | Enable ThinLTO | Aqua-sama | 2021-03-15 | 1 | -1/+1 |
* | Map kernel to 0xc000 rather than 0xc010 | Aqua-sama | 2021-03-11 | 1 | -7/+6 |
* | Add linker script to ld depends | Aqua-sama | 2021-03-11 | 1 | -2/+3 |
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 1 | -4/+12 |
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 1 | -10/+16 |
* | Move multiboot header to its own section | Aqua-sama | 2021-03-07 | 1 | -36/+34 |
* | Call global constructors | Aqua-sama | 2021-02-21 | 1 | -0/+4 |
* | Rewrite makefile | Aqua-sama | 2021-02-07 | 1 | -2/+0 |
* | Rewrite boot.s to use clang instead of nasm | Aqua-sama | 2021-02-03 | 1 | -8/+5 |
* | Print some multiboot2 information | Aqua-sama | 2021-02-02 | 1 | -1/+4 |
* | Initial commit | Aqua-sama | 2021-01-31 | 1 | -0/+45 |