From owner-freebsd-current Sun Sep 27 23:25:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08645 for freebsd-current-outgoing; Sun, 27 Sep 1998 23:25:04 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pozo.pozo.com (pozo.pozo.com [207.201.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08637; Sun, 27 Sep 1998 23:24:59 -0700 (PDT) (envelope-from root@pozo.pozo.com) Received: from localhost (root@localhost) by pozo.pozo.com (8.9.1/8.9.1) with ESMTP id XAA08739; Sun, 27 Sep 1998 23:24:39 -0700 (PDT) (envelope-from root@pozo.pozo.com) Date: Sun, 27 Sep 1998 23:24:39 -0700 (PDT) From: Manfred Antar To: rnordier@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: Building elf kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got the elf bootloader installed and it detects and boots an aout kernel. I can't seem to build an elf kernel. I do a KERNELFORMAT=elf config kernel-name KERNELFORMAT=elf make depend KERNELFORMAT=elf make everything complies but when it starts to load: loading kernel locore.o(.text+0x8b): undefined reference to `curproc' cam_periph.o: In function `cam_periph_mapmem': cam_periph.o(.text+0x7e3): undefined reference to `curproc' plus alot more. What else is needed to build an elf kernel ? Thanks Manfred ============================== || mantar@netcom.com || || pozo@infinex.com || || Ph. (415) 681-6235 || ============================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message