From owner-freebsd-hackers Sat Dec 28 04:33:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10892 for hackers-outgoing; Sat, 28 Dec 1996 04:33:24 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA10886 for ; Sat, 28 Dec 1996 04:32:59 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id XAA17456; Sat, 28 Dec 1996 23:29:54 +1100 Date: Sat, 28 Dec 1996 23:29:54 +1100 From: Bruce Evans Message-Id: <199612281229.XAA17456@godzilla.zeta.org.au> To: julian@whistle.com, msmith@atrad.adelaide.edu.au Subject: Re: bootloader & memory test... Cc: freebsd-hackers@freebsd.org, hans@brandinnovators.com Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >That's what it does already. I've rewritten it almost completely with >the goal of getting it into the bootloader, but the best I can do is >too big : > >lovely:~/work/sys/i386/boot/biosboot>size mtest.o >text data bss dec hex >1040 32 84 1156 484 > >By stripping some options it can go a little smaller, but I'm still >about 200 bytes short. Can't you strip 7K of code from the boot loader? There is no need to boot FreeBSD after running the memory test. Bruce