summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/tty.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-09print the boot heart on both VGA and serialdzwdz
2021-08-09implement serial outputdzwdz
2021-08-09rename `log_` to `tty_`, `tty_` to `vga_`dzwdz