Paul Wratt

Results 24 issues of Paul Wratt

Can someone confirm that there are now no bash-isms in [jakttest/run-once.sh](https://github.com/SerenityOS/jakt/tree/main/jakttest/run-once.sh) with the latest removal of `pushd` & `popd` If so then the shebang can be changed back to `#!/bin/sh`...

``` [ 98%] Building C object CMakeFiles/lobster.dir/external/libtcc/libtcc.c.o In file included from /home/pi/build/lang/lobster/lobster/dev/external/libtcc/libtcc.c:21: /home/pi/build/lang/lobster/lobster/dev/external/libtcc/tcc.h:324:11: fatal error: arm-gen.c: No such file or directory # include "arm-gen.c" ``` hmm.. [here](https://github.com/LuaDist/tcc/blob/master/arm-gen.c) it is from...

is it worth updating the meson submodule from 0.55.1 to 0.55.3 - there seem to be quite a few useful improvements https://github.com/mesonbuild/meson/tree/0.55

just the new file, because of the way the current updater checks. also contains a proper debug_level output handler, although the function needs to be embedded in each page to...

(**EDIT:** I actually think this is a python bug, but the PR work-around avoids the crash) I use a portal often, that means I have an interface connection, but until...

I have a 8GB RPi4 with the 32bit Buster (`armhf`) OS image, but because of the that extra 4GB, I use a 64bit kernel (it saves Chrome killing my OS...

If your power supply has multiple 4+4 outputs then you can power multiple Super6c boards Eg. the following could be fitted to "one case" 1x Corsair RM750 3x Super6C (uses...

stale

ATM you cant use **find** on `/kern` or `/dev`: ``` $ find /kern -name "file*" find: '/kern' permission denied $ find /dev -name "t*" Bus Error ```

bug
kernel

not sure how far along the MMU branch is, but having [read the article](https://zipcpu.com/zipcpu/2021/03/18/zipos.html) (_I think_) on why its blocking certain forward movement I thought this might be worth a...

https://pipci.jeffgeerling.com/cards_storage/marvell-88se9230-host-controller.html > The Marvell 88SE9 is the successor to the 88se9130 .. should be > The Marvell 88se9230 is the successor to the 88se9130 .. And the `SE` part of...