Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -56/+0 | |
2019-06-05 | make -O work with asm volatile(...) | Robert Morris | 1 | -1/+1 | |
2019-06-05 | spinlocks using gcc intrinsics | Robert Morris | 1 | -6/+8 | |
push_off() / pop_off() set up per-hart plic stuff so all harts get device interrupts | |||||
2019-06-05 | start at support for multiple CPUs | Robert Morris | 1 | -18/+16 | |
2019-06-04 | timer interrupts -> supervisor software interrupt | Robert Morris | 1 | -1/+23 | |
2019-06-04 | fix a problem with end. make uartputc() wait until h/w is ready. | Robert Morris | 1 | -1/+1 | |
2019-05-31 | fork/wait/exit work | Robert Morris | 1 | -0/+34 | |