aboutsummaryrefslogtreecommitdiff
path: root/common/uapi/conf.c
AgeCommit message (Collapse)Author
2022-05-24make process loading more genericKimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-05-09improve uapiKimplul
2022-04-23ran clang-formatKimplul
2022-04-21start working on timer subsysKimplul
2022-04-17expand sbi implementation a bitKimplul
2022-04-10add clang format and run itKimplul
2021-12-29RefactoringKimplul
+ Mainly just moving stuff out or arch/riscv/ that should be handled in common/ + Prepared separate process stack/call stack for server callbacks, rest to be implemeted soon ish
2021-12-27Started work on syscallsKimplul