> On 14 Jan 2026, at 20:06, Japin Li <[email protected]> wrote:
> 
> I only have a 64-bit system to work with.

I've tried v16 on 32-bit Ubuntu VM.

If anyone want to toy with it, here's 3.2Gb disk
https://storage.yandexcloud.net/x4m/ubuntu.qcow2

To run it you can just do something in line with
x4mmm@x4mmm-osx Downloads % qemu-system-i386 \
  -hda ubuntu.qcow2 \
  -m 2G \
  -display cocoa \
  -boot d -smp 8 -netdev user,id=mynet0,hostfwd=tcp::2222-:22 -device 
e1000,netdev=mynet0

And ssh into VM
ssh ubuntu@localhost -p 2222
password ubuntu

..so, v16 patch passes tests via gin_1.out

Thanks!


Best regards, Andrey Borodin.

Reply via email to