From owner-freebsd-current Mon Jun 23 14:10:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA00658 for current-outgoing; Mon, 23 Jun 1997 14:10:36 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA00651 for ; Mon, 23 Jun 1997 14:10:29 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.8.5/8.8.5/frmug-2.0) with UUCP id XAA15200 for current@FreeBSD.org; Mon, 23 Jun 1997 23:06:43 +0200 (CEST) Received: (from charnier@localhost) by xp11.frmug.org (8.8.5/8.8.5/xp11-uucp-1.1) id UAA01560; Mon, 23 Jun 1997 20:38:05 +0200 (CEST) Date: Mon, 23 Jun 1997 20:38:05 +0200 (CEST) Message-Id: <199706231838.UAA01560@xp11.frmug.org> From: Philippe Charnier MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: current@FreeBSD.org Subject: boot2 is too big X-Mailer: VM 6.31 under Emacs 19.34.1 Reply-To: charnier@xp11.frmug.org Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello While running make world this WE, I got: ===> sys/i386/boot/biosboot [...] cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mno-486 -DDO_BAD144 -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -I/usr/src/sys/i386/boot/biosboot/../../.. -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 -DBOOT_HD_BIAS=1 -N -T 0 -nostdlib -static -o boot start.o table.o boot2.o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o cp -p boot boot.strip strip boot.strip size boot.strip text data bss dec hex 7616 96 49052 56764 ddbc dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b 241+0 records in 0+1 records out 7712 bytes transferred in 0.007145 secs (1079349 bytes/sec) ls -l boot.nohdr -rw-rw-r-- 1 root bin 7712 Jun 20 21:42 boot.nohdr dd if=boot.nohdr of=boot1 bs=512 count=1 1+0 records in 1+0 records out 512 bytes transferred in 0.000305 secs (1678377 bytes/sec) dd if=boot.nohdr of=boot2 bs=512 skip=1 14+1 records in 14+1 records out 7200 bytes transferred in 0.001929 secs (3732648 bytes/sec) boot2 is too big *** Error code 2 (continuing) `all' not remade because of errors. -- ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------