Subject: re: 32Bit kernels
To: Matthias Scheler <tron@zhadum.org.uk>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 04/14/2006 20:44:45
   
   the kernel configuration "GENERIC32" contains the following line:
   
   options		EXEC_ELF32	# Exec module for SunOS 5.x binaries.
   
   I commented it out because I don't need SunOS 5.x compability. Building
   that kernel worked fine but it could not execute any NetBSD-sparc binaries.
   After readding that option it works fine. Is that comment incorrect or
   is my kernel configuration broken in some aspect? It is definitely
   a 32Bit binary ...


the comment is incomplete.  it's not wrong, but, it's also needed for
native netbsd 32 bit binaries as well...


.mrg.