[Toybox] Pending todoness.

Rob Landley rob at landley.net
Fri Oct 1 10:44:02 PDT 2021


On 9/30/21 8:48 PM, enh wrote:
> > On Tue, Sep 28, 2021, 18:04 Rob Landley <rob at landley.net
> > That said, according to the man page literally all linux32 does is tell
> > uname to lie. It has no actual effect on the rest of the ABI. (There are
> > setarch options that do, but I didn't implement setarch...)
>
> Not uname, afaik: it tells the arm64 kernel to lie when you look at
> /proc/cpuinfo
> though... https://elixir.bootlin.com/linux/latest/A/ident/PER_LINUX32
> <https://elixir.bootlin.com/linux/latest/A/ident/PER_LINUX32>

It changes what's returned by the uname() system call. (The uname command is 90%
just passing along data from uname(2).)

Rob



More information about the Toybox mailing list