Date: Fri, 21 Jul 1995 17:30:24 +0200 (MET DST) From: Thomas Graichen <graichen@omega.physik.fu-berlin.de> To: bugs@freebsd.org Subject: small change to boot.c Message-ID: <9507211530.AA08034@omega.physik.fu-berlin.de>
next in thread | raw e-mail | index | archive | help
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____
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9507211530.AA08034>