Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 1997 20:38:05 +0200 (CEST)
From:      Philippe Charnier <charnier@xp11.frmug.org>
To:        current@FreeBSD.org
Subject:   boot2 is too big 
Message-ID:  <199706231838.UAA01560@xp11.frmug.org>

next in thread | raw e-mail | index | archive | help
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'' 
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706231838.UAA01560>