Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 25 Mar 2022 18:26:06 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: SIMONE MIONE <205212@...denti.unimore.it>
Cc: musl@...ts.openwall.com
Subject: Re: Exception Level EL0->EL1

* SIMONE MIONE <205212@...denti.unimore.it> [2022-03-25 10:12:26 +0100]:
> If I don't go wrong, musl works on exception level 0. Is it possible to
> make it work in EL1? Because it seems like I have some trouble with address
> translation, could it be the problem?

this is an architecture specific question so you should say which
target you are talking about.

musl officially only supports linux userspace, but a lot of code
in it should work unchanged in kernelspace or baremetal environment.
but you are on your own to figure out how to make that work.

not sure what trouble you have with address translation, but that's
either outside the scope of the libc or part of the crt startup code
that sets up the runtime environment on a baremetal system.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.