summaryrefslogtreecommitdiff
path: root/riscv.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-05make -O work with asm volatile(...)Robert Morris1-33/+33
2019-06-05start at support for multiple CPUsRobert Morris1-0/+25
2019-06-04timer interrupts -> supervisor software interruptRobert Morris1-0/+62
2019-06-04fix a problem with end. make uartputc() wait until h/w is ready.Robert Morris1-0/+16
2019-06-03takes one uart input interrupt, then panicsRobert Morris1-1/+55
2019-06-01first shell prints $ prompt, though no console input yetRobert Morris1-1/+10
2019-05-31fork/wait/exit workRobert Morris1-0/+172