aboutsummaryrefslogtreecommitdiff
path: root/include/arch/pmem.h
AgeCommit message (Collapse)Author
2024-07-07misc fixesKimplul
+ Align kernel to 2MiB boundary in u-boot + Optimize alignment functions a little bit, should still have to check on real hardware but 'feels' more clean + Add early boot debugging + Put extra cores we aren't ready to account for to sleep if/when they boot. + Make BASE_PAGE_SIZE constant on riscv64/32, helps the compiler with some alignment checks among other things.
2024-07-06prefer __riscv_xlen over riscv64Kimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-06-12add license textsKimplul
2022-06-09continue documentationKimplul
2022-05-29continue documentation efforts.Kimplul
2022-05-23new include structure, make parse easier for doxyKimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-10add clang format and run itKimplul
2022-01-07Modified pmem configuration handlingKimplul