HomeFreeBSD

graphics/lux: unbreak on armv7

Description

graphics/lux: unbreak on armv7

An upcoming patch will fix the misconfiguration that restricts the
address space for armv7 processes on arm64 to ~2GB instead of the ~3.5GB
it should have been. With that patch applied, the port builds fine.
As a temporary workaround, the following sysctls can be set to effect
the same change (though affecting arm64 processes too):

kern.maxssiz=67108864
kern.maxdsiz=536870912

armv6 stays broken as we cannot run armv6 processes on arm64 (see
PR #256132).

PR: 274705
MFH: 2023Q4
See also: https://reviews.freebsd.org/D42451

Details

Provenance
fuzAuthored on Nov 3 2023, 7:50 AM
Parents
R11:e28ca0b21024: sysutils/limine: Update to 5.20231103.0
Branches
Unknown
Tags
Unknown