From owner-freebsd-hackers Tue Jun 20 16:41:56 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from inetminas.estaminas.com.br (inetminas.estaminas.com.br [200.251.191.247]) by hub.freebsd.org (Postfix) with ESMTP id 6B64F37BDE9 for ; Tue, 20 Jun 2000 16:41:46 -0700 (PDT) (envelope-from pamplona@uai.com.br) Received: from w95-0sr2 (nas1-8.estaminas.com.br [200.251.117.8]) by inetminas.estaminas.com.br (8.9.1a/8.9.1) with SMTP id UAA21598 for ; Tue, 20 Jun 2000 20:41:33 -0300 (GMT) Message-Id: <3.0.3.32.20000620203722.00729118@uai.com.br> X-Sender: pamplona@uai.com.br X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Tue, 20 Jun 2000 20:37:22 -0300 To: freebsd-hackers@freebsd.org From: Gustavo Pamplona Subject: A.Out Kernel? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I recently posted a message to this list something like running FBSDBOOT.EXE. One of you answered me? It's no possible to run FBSDBOOT.EXE, cause FBSDBOOT requires the Kernel be compiled in a.out format. So, what I done, I tried to reach a way to compile the kernel with a.out format. Well, I discovered at my Makefile at /sys/compile/MYKERNEL/ a line like this. KERNFORMAT?= elf I modified this line to: KERNFORMAT?= a.out And, as resultant of this, I cannot compile the kernel, because a message like this appeared. loading kernel swapcontrol.o: not found. But before this message have appeared. The swapcontrol.c was compiled at format of a.out, because I saw the its compilation with the -aout flag. Anybody should answer to me? ------------------------------------------------------------------ Gustavo Pamplona - pamplona@uai.com.br Linux User: 137471 - FreeBSD User: FBSD042237 Slackware 7.0 | Debian 2.1 | FreeBSD 3.2-R | NetBSD 1.3.2 (i386) ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message