Daniel Bauer <mlist(at)dsb-gmbh.de> wrote:
> GENERIC +
> makeoptions NO_MODULES=yes
> options SMP
> options PAE
Das reicht nicht ganz. Wirf mal einen Blick in die
Datei »PAE« im Kernel-config-Verzeichnis.
Im Grunde genommen müßte es genügen, wenn Du Dir die
Datei PAE vornimmst (anstelle von GENERIC) und dann
zusätzlich »options SMP« dazunimmst.
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
^^^^^^^^
Das ist nicht der Default. Ich würde empfehlen, die CFLAGS
bzw. COPTFLAGS nicht zu verändern, wenn man keinen guten
Grund dafür hat.
> ../../../dev/sym/sym_hipd.c
> ../../../dev/sym/sym_hipd.c: In function `sym_setup_data_and_start':
> ../../../dev/sym/sym_hipd.c:7981: warning: cast from pointer to integer
> of different size
Ah ja, der sym-Treiber (für Symbios-SCSI-Adapter) läuft
nicht mit PAE (und ist daher in der PAE-Kernel-config auch
deaktiviert).
> > Die Fragen möglichst präzise beantworten, dann kann dir auch geholfen
> > werden :-)
>
> ich hoffe es paßt so ...
Ja, super. :)
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "And believe me, as a C++ programmer, I don't hesitate to question the decisions of language designers. After a decent amount of C++ exposure, Python's flaws seem ridiculously small." -- Ville Vainio To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Tue 07 Feb 2006 - 08:47:09 CET