summaryrefslogtreecommitdiff
path: root/kernel/uart.c
AgeCommit message (Expand)Author
2020-11-05fix uart.c to work with UART_TX_BUF_SIZE == 1Robert Morris
2020-09-14Corrects order of UART RX/TX interrupt enable bitsMatt Harvey
2020-08-28move panicked check to uart.cRobert Morris
2020-08-10defines for UART register bitsRobert Morris
2020-08-10fix printf() in interruptsRobert Morris
2020-08-10interrupt-driven uart output, hopefully a nice example for teaching.Robert Morris
2019-07-28xxxRobert Morris
2019-07-27cleaner UART register interfaceRobert Morris
2019-07-27console/uart tweaksRobert Morris
2019-07-02Checkpoint switching to per-process locks, in attempt clarify xv6'sFrans Kaashoek
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris