From owner-freebsd-bugs Fri Jul 21 08:30:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA06121 for bugs-outgoing; Fri, 21 Jul 1995 08:30:41 -0700 Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id IAA06101 for ; Fri, 21 Jul 1995 08:30:32 -0700 Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from omega.physik.fu-berlin.de (130.133.3.51) with smtp id ; Fri, 21 Jul 95 17:30 MEST Received: by omega.physik.fu-berlin.de; id AA08034; Fri, 21 Jul 1995 17:30:25 +0200 From: Thomas Graichen Message-Id: <9507211530.AA08034@omega.physik.fu-berlin.de> Subject: small change to boot.c To: bugs@freebsd.org Date: Fri, 21 Jul 1995 17:30:24 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1266 Sender: bugs-owner@freebsd.org Precedence: bulk hello the following code i sent to rodney grimes - and he said i should send it to bugs - here is it: this is a very small patch for /usr/src/sys/i386/boot/biosboot/boot.c --- cut here --- --- boot.c.org Wed May 31 23:42:38 1995 +++ boot.c Thu Jul 20 16:50:47 1995 @@ -245,7 +245,7 @@ /********************************************************/ /* Load the string table */ /********************************************************/ - printf("+0x%x+0x%x] ", sizeof(int), i); + printf("+0x%x+0x%x]\n", sizeof(int), i); xread((void *)addr, i); addr += i; --- cut here --- this avaids the "lineoverflow" which you'll always get at 80 column displays at bootup t _______________________________________________________||_____________________ __|| Perfection is reached, not when there is no __|| thomas graichen longer anything to add, but when there __|| freie universitaet berlin is no longer anything to take away __|| fachbereich physik __|| - Antoine de Saint-Exupery - __|| ___________________________||____email: graichen@omega.physik.fu-berlin.de____