aboutsummaryrefslogtreecommitdiff
path: root/startup.s
Commit message (Collapse)AuthorAge
* re-organize codeTianhao Wang2024-06-11
|
* startup.s: choreTianhao Wang2024-06-11
|
* startup.s: delete c++ related codeTianhao Wang2024-06-11
| | | | | | | in a no-std config, c++ compilers require the several functions to be provided such as "delete". Also the startup code needs to manually construct/destruct global objects. Theses are no longer the case for the rust port.
* paging: switch to 1g huge page for kernel identity mappingTianhao Wang2024-06-11
|
* basic interrupt/PIC supportTianhao Wang2024-06-11
|
* formatting startup.sTianhao Wang2023-03-14
|
* rework makefile, include other asm sourcesTianhao Wang2023-03-14