From owner-freebsd-hackers Sat Apr 29 04:52:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA23025 for hackers-outgoing; Sat, 29 Apr 1995 04:52:30 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA23010 for ; Sat, 29 Apr 1995 04:52:05 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA22028; Sat, 29 Apr 1995 21:48:55 +1000 Date: Sat, 29 Apr 1995 21:48:55 +1000 From: Bruce Evans Message-Id: <199504291148.VAA22028@godzilla.zeta.org.au> To: rgrimes@gndrsh.aac.dev.com, wmbfmk@urc.tue.nl Subject: Re: What I'd *really like* for 2.0.5 Cc: hackers@FreeBSD.org, jkh@time.cdrom.com Sender: hackers-owner@FreeBSD.org Precedence: bulk >I would vote for just printing what is found by default and >a -v option to give all kinds of debugging information, but >then the screen should also freeze after each screen full of >debugging info, in the past I had problems with the NCR driver >and I had to reboot like 10 to 20 times before I got enough >of the messages that were flying by. Did you try scrollback? The default scrollback is only 100 lines total, but it could be 100000 lines or so while booting since the memory is not being used for anything else. Bruce