summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/serial.c
AgeCommit message (Expand)Author
2022-04-07kernel: add a /com1 devicedzwdz
2022-03-27kernel/tty: poll only on IRQs, don't burn cyclesdzwdz
2022-03-26kernel: IRQs; PS/2 keyboard supportdzwdz
2021-10-07kernel/i386: rename the port io functions with their bit lengthdzwdz
2021-10-02implement serial/tty inputdzwdz
2021-10-02serial: implement a selftestdzwdz
2021-09-21start using sparse's `-Wdecl`dzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-08-09move the x86 port io code to a separate filedzwdz
2021-08-09implement serial outputdzwdz