Page MenuHomeFreeBSD

Install the linux(4) man page also for aarch64
ClosedPublic

Authored by trasz on May 29 2021, 5:58 PM.
Tags
None
Referenced Files
F81699273: D30546.id.diff
Sat, Apr 20, 3:32 AM
Unknown Object (File)
Sun, Apr 14, 5:37 AM
Unknown Object (File)
Mon, Apr 8, 9:15 PM
Unknown Object (File)
Fri, Mar 29, 5:21 PM
Unknown Object (File)
Jan 21 2024, 6:19 PM
Unknown Object (File)
Jan 13 2024, 1:34 AM
Unknown Object (File)
Dec 20 2023, 1:12 AM
Unknown Object (File)
Dec 12 2023, 11:40 AM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.May 29 2021, 5:58 PM

linux.4 also needs some updating, e.g.

To compile support for this ABI into an i386 kernel place the following
line in your kernel configuration file:

      options COMPAT_LINUX

for an amd64 kernel use:

      options COMPAT_LINUX32

Alternatively, to load the ABI as a module at boot time, place the
following line in loader.conf(5):

      linux_load="YES"
This revision is now accepted and ready to land.May 29 2021, 8:50 PM
gbe added a subscriber: gbe.

LGTM

This revision was automatically updated to reflect the committed changes.