Deutsch English Français Italiano |
<v4jolj$3dita$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Thomas Koenig <tkoenig@netcologne.de> Newsgroups: comp.arch Subject: Re: Privilege Levels Below User Date: Sat, 15 Jun 2024 09:59:15 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: <v4jolj$3dita$1@dont-email.me> References: <jai66jd4ih4ejmek0abnl4gvg5td4obsqg@4ax.com> <Z9I8O.13$2JEf.11@fx14.iad> <5h%8O.4327$wDZ.776@fx48.iad> <1316e4baa439de908666e38c39cd8c79@www.novabbs.org> <v4fu7n$2gbrf$1@dont-email.me> <3f74838dec0fa5fd4df0ec1e2bb6f6bc@www.novabbs.org> <d21o6jtt7cjthp0t8j4em3coh5jff0js5v@4ax.com> <v4if4f$32pot$1@dont-email.me> <v4ifbt$32kuq$8@dont-email.me> <2024Jun15.094309@mips.complang.tuwien.ac.at> Injection-Date: Sat, 15 Jun 2024 11:59:15 +0200 (CEST) Injection-Info: dont-email.me; posting-host="d2b8ba516a2259d1f8998cb28644feca"; logging-data="3591082"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX180kLGjPdPIBJQTGyfdQz2rXy4sBDWqubs=" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:BTHxpPvrG43nBVvfuky6M2sVQRg= Bytes: 1928 Anton Ertl <anton@mips.complang.tuwien.ac.at> schrieb: > Lawrence D'Oliveiro <ldo@nz.invalid> writes: >>On Fri, 14 Jun 2024 22:10:23 -0000 (UTC), Thomas Koenig wrote: >>> It's not quite that simple - if you try to build a modern web brower for >>> POWER on Linux, for example, you're in for quite an adventure. >> >>Endianness assumptions? > > OpenPower is little-endian, so I doubt that this is the reason. From > what I read, Web browsers are a beast to build. So they are, especially the build times. But for an unsupported architecture: If you want to have an idea what needed to be done for Chrome at one time, look at https://github.com/shawnanastasio/chromium_power It's a lot of configuration stuff, but also some code.