]> Zhao Yanbai Git Server - minix.git/commit
Disabled clearing screen in tty driver, started console printing after an
authorBen Gras <ben@minix3.org>
Mon, 30 May 2005 15:09:51 +0000 (15:09 +0000)
committerBen Gras <ben@minix3.org>
Mon, 30 May 2005 15:09:51 +0000 (15:09 +0000)
commitcd72f806396225f9d1e59d3e0bb701f80ac2f4a8
tree55af1711631d2b67bbcd8f6e7f0ce14b48d2ad3c
parent5927788cdd66a79a56ca1a3dfdfc063ef59c0698
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...)
drivers/tty/console.c