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 - [EMAIL PROTECTED]
           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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to