| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | startup.s: chore | Tianhao Wang | 2024-06-11 |
| | | |||
| * | startup.s: delete c++ related code | Tianhao Wang | 2024-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 mapping | Tianhao Wang | 2024-06-11 |
| | | |||
| * | basic interrupt/PIC support | Tianhao Wang | 2024-06-11 |
| | | |||
| * | formatting startup.s | Tianhao Wang | 2023-03-14 |
| | | |||
| * | rework makefile, include other asm sources | Tianhao Wang | 2023-03-14 |
