summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/serial.c
AgeCommit message (Collapse)Author
2021-08-24replace () with (void) in function definitionsdzwdz
`()` means that any amt of arguments will be accepted, which isn't what i want
2021-08-09move the x86 port io code to a separate filedzwdz
2021-08-09implement serial outputdzwdz