summaryrefslogtreecommitdiff
path: root/kernel/console.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07streamline copyin/copyout code in usertestsRobert Morris1-1/+1
2020-07-22fix printf() in interruptsRobert Morris1-3/+3
2020-07-20interrupt-driven uart output, hopefully a nice example for teaching.Robert Morris1-3/+5
2019-07-27cleaner UART register interfaceRobert Morris1-1/+3
2019-07-27console/uart tweaksRobert Morris1-6/+13
2019-07-27beautify console.cRobert Morris1-34/+67
2019-07-27split printf into a separate file, to make console.c more like a driverRobert Morris1-132/+26
2019-07-24no more PAGEBREAKRobert Morris1-3/+0
2019-06-13FD_DEVICERobert Morris1-7/+2
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+271