aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
Commit message (Collapse)AuthorAgeFilesLines
* Place bootstrap code into multiboot sectionAqua-sama2021-03-211-1/+4
|
* Check multiboot2 header length, and if needed map the next page as wellAqua-sama2021-03-211-1/+2
|
* Map .text and .rodata as read-onlyAqua-sama2021-03-151-3/+1
|
* Enable ThinLTOAqua-sama2021-03-151-1/+1
|
* Map kernel to 0xc000 rather than 0xc010Aqua-sama2021-03-111-7/+6
|
* Add linker script to ld dependsAqua-sama2021-03-111-2/+3
|
* vmm: display segment map infoAqua-sama2021-03-101-4/+12
|
* Map kernel to higher halfAqua-sama2021-03-091-10/+16
|
* Move multiboot header to its own sectionAqua-sama2021-03-071-36/+34
|
* Call global constructorsAqua-sama2021-02-211-0/+4
|
* Rewrite makefileAqua-sama2021-02-071-2/+0
|
* Rewrite boot.s to use clang instead of nasmAqua-sama2021-02-031-8/+5
|
* Print some multiboot2 informationAqua-sama2021-02-021-1/+4
|
* Initial commitAqua-sama2021-01-311-0/+45