[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

3. Kernel

The NetBSD kernel does not recognize yet the ABI id 4, so you'll need to enable execution of noteless ELF objects.

 
options  EXEC_ELF_NOTELESS

Unfortunately, that's not enough as the kernel wrongly recognizes the executables as GNU/Linux binaries and tries to run them under the Linux kernel emulation. Needless to say, this results in extremely weird behavior, e.g, mmap returning 0.

There are several possible solutions to this problem:


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated on November, 25 2002 using texi2html