summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty
AgeCommit message (Expand)Author
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-27kernel/i386: implement the ps/2 keymap as an arraydzwdz
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-10-02rename kernel/arch/log.h to io.hdzwdz
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-09print the boot heart on both VGA and serialdzwdz
2021-08-09vga tty: vga_putchar is now staticdzwdz
2021-08-09implement serial outputdzwdz
2021-08-09rename `log_` to `tty_`, `tty_` to `vga_`dzwdz
2021-08-09move all the tty stuff to a tty directorydzwdz