summaryrefslogtreecommitdiff
path: root/kernel/param.h
AgeCommit message (Collapse)Author
2021-07-28Fixes from lfcode.cariscvAditya Naik
PMP enforecement from Qemu breaks boot cycle. This fix is from upstream repo here: https://github.com/lf-/xv6-riscv/
2021-01-31With only RISCV64-I extensionAditya Naik
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris