Subject: Re: my first mac68k asm program...
To: None <port-mac68k@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-mac68k
Date: 06/20/2002 20:37:56
In article <20020620185723.A9624988B@dragon.stack.nl>,
Marco van de Voort <marcov@dragon.stack.nl> wrote:

Which sucks... It should default to Native and be controlled by a sysctl :-(
Having to put extra sections to appease the kernel loader makes me kringe.

christos

># This section is needed for NetBSD to recognize a NetBSD binary as such.
># otherwise it will be startup in Linux emulation mode.
>
>.section ".note.netbsd.ident","a"
>.p2align 2
>
>.long 7
>.long 4
># ELF NOTE TYPE NETBSD TAG
>.long 1
>.ascii "NetBSD\0\0"
>.long 199905
>
>