minix/drivers/tty
Ben Gras cd72f80639 Disabled clearing screen in tty driver, started console printing after an
initial 1-line scroll at last line. If clearing screen in trailer of boot
monitor is disabled, all previous boot monitor and console messages are
preserved on rebooting.

All that's needed now is a scrollback buffer to see all old messages..
(Even from the boot monitor, bios, previous boots...)
2005-05-30 15:09:51 +00:00
..
keymaps Initial revision 2005-04-21 14:53:53 +00:00
console.c Disabled clearing screen in tty driver, started console printing after an 2005-05-30 15:09:51 +00:00
keyboard.c Optimized scheduling code. Old code is still available withing DEAD_CODE 2005-05-26 13:17:57 +00:00
Makefile Started rs232 porting to userland; increased version number for new cd. 2005-05-13 12:29:10 +00:00
pty.c removed dead code bits 2005-05-13 11:45:12 +00:00
rs232.c Started rs232 porting to userland; increased version number for new cd. 2005-05-13 12:29:10 +00:00
tty.c Created ECHO system call for testing purposes. 2005-05-27 13:57:00 +00:00
tty.h added code to un-register tty's interrupt at exit time; fixed compiler 2005-05-12 16:03:43 +00:00
vidcopy.s Initial revision 2005-04-21 14:53:53 +00:00