aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
Commit message (Collapse)AuthorAgeFilesLines
* Place bootstrap code into multiboot sectionAqua-sama2021-03-211-1/+14
|
* Check multiboot2 header length, and if needed map the next page as wellAqua-sama2021-03-211-20/+28
|
* Map .text and .rodata as read-onlyAqua-sama2021-03-151-28/+27
|
* CGA: map and set buffer address in kernel mainAqua-sama2021-03-141-9/+7
|
* vmm: map multiboot structsAqua-sama2021-03-111-11/+13
|
* Map kernel to 0xc000 rather than 0xc010Aqua-sama2021-03-111-51/+45
|
* Add linker script to ld dependsAqua-sama2021-03-111-8/+11
|
* vmm: display segment map infoAqua-sama2021-03-101-6/+3
|
* Map kernel to higher halfAqua-sama2021-03-091-8/+81
|
* Move multiboot header to its own sectionAqua-sama2021-03-071-2/+2
|
* pass cpu_state_t to interrupt handlerAqua-sama2021-03-041-0/+97