summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/tty.c
AgeCommit message (Expand)Author
2022-07-16amd64: barely boot into kernel codedzwdz
2022-06-30kernel: get lint to shut up about undeclared variablesdzwdz
2022-05-05kernel: fix a few minor compiler warningsdzwdz
2022-05-05kernel: each driver registers its own mountsdzwdz
2022-04-14kernel: port init's `printf` implementationdzwdz
2022-04-07kernel: remove the `/tty` devicedzwdz
2022-04-07kernel: add a /com1 devicedzwdz
2022-03-30kernel: remove the keyboard driver, add a `/ps2` devicedzwdz
2022-03-27kernel/tty: poll only on IRQs, don't burn cyclesdzwdz
2022-03-26kernel: IRQs; PS/2 keyboard supportdzwdz
2021-10-02implement serial/tty inputdzwdz
2021-10-02rename kernel/arch/log.h to io.hdzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
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