Historically 32-bit Linuxulator under amd64 emulated the real i386
behaviour. Since 3d8dd983 the old i386 Linux world can't be used under
amd64 Linuxulator as it don't know anything about amd64 machine (which
is returned now by newuname Lunuxulator syscall). So, add a knob to
allow nice guys like me swith the behaviour and use i386 Linux binaries
on amd64.
Set knob to the new behaviour as I think this is common to the modern
Linux distros.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man4/linux.4 | ||
---|---|---|
151 | typo, binary |
share/man/man4/linux.4 | ||
---|---|---|
149–151 | Spelling, some tweaks to wording for clarity, line breaks between sentences. |
Comment Actions
Manual page English and markup LGTM. Can't speak for source code or consistency with it.
Comment Actions
Not a strong objection but I think the name true_i386_emulation is a bit strange. Maybe just drop "true", or "emulate_i386" or "emulate_32bit"?