Re: Starting NetBSD/mips64 kernel up and Userland Questions
Jason Thorpe <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 1, 2020, at 9:19 AM, Naruaki.Etomi <[email protected]> wrote: > > However, it was a 32 bit userland binary. > # file cat > cat: ELF 32-bit MSB shared object, MIPS, N32 MIPS-III version 1 > (SYSV), dynamically linked, interpreter /libexec/ld.elf_so, missing > section headers > > How can I make a 64 bit userland binary? Our 64-bit MIPS platforms use n32 binaries because, as I recall, it was determined to perform better. It is somewhat counter-intuitive, however, and also means that extra hoops are required for large-address-space applications. -- thorpej