Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 15:39:24 +0100
From:      Geir Inge Jensen <gij@jk.priv.no>
To:        freebsd-small@freebsd.org
Subject:   FreeBSD 5.0 based PicoBSD?
Message-ID:  <200302241539.24131.gij@jk.priv.no>

next in thread | raw e-mail | index | archive | help
Hi,

I have been able to create a floppy based on FreeBSD 5.0, and the
kernel boots fine. However, init bails out with this message
(after mounting the root filesystem from /dev/md0):

 init in malloc(): warning: recursive call

And then everythings hangs. Any ideas what might be causing this?

I thought it could be related to memory usage, and the fact
that I don't have swap enabled, but I don't really think so.
The machine has 40MB of memory, which should be enough.

This is the config file:

#PicoBSD       1800    init    4096         32768
options MD_ROOT_SIZE=1800      # same as def_sz
hints  "PICOBSD.hints"
machine         i386
cpu             I586_CPU
ident           PICOBSD
maxusers        0
options         MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         MD_ROOT                 #MFS as root
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         COMPAT_FREEBSD4
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
device          isa
device          pci
device          fdc
device          atkbdc
device          atkbd
device          vga
device          sc
device          npx
device          miibus
device          ed
device          wi
device          loop
device          ether
device          tun
device          pty
device          md

 - Geir Inge.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-small" in the body of the message




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