[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hp360 as a only fileserver?
> From: Andreas Brusinsky <brusinsk@ibdr.inf.tu-dresden.de>
> To: OpenBSD <misc@openbsd.org>
> Subject: hp360 as a only fileserver?
>
> I attempted to strip out of a kernel definition as much as possible
> but there seem to be some header files or libraries missing:
That looks pretty ugly. Mainly one of the kernel libraries that serve the
role of libc in the user world is missing.
To find what the minimal set of kernel options is, you should look at
the comments in the /sys/conf/GENERIC "include file" and also some of
the RAMDISK or FLOPPY kernel config files. If you have a problem like
the one you saw, compare the Makefile or the set of *.h files dumped
in the compile directory. Remember that you will have to "make clean"
any time you change significant kernel options - config tries to warn
you when this is probably neccessary, but it is not foolproof.
George