1
Applications and Porting / Re: [GAMES] dosbox-staging -- one of the best choice for DOS gaming
« Last post by ClassicHasClass on Today at 01:09:17 pm »tle has a fork of it with the JIT I wrote just before the deletion landed.
# NOTES: This installation is done in libvirt VM (so no petitboot obviously)
# Download the ISO then boot it up under VM
$ cfdisk /dev/vda
choose `gpt`
select Free space -> choose [New] -> 16MB
select /dev/vda1 -> [Type] -> PowerPC PReP boot
select Free space -> [New] -> 1GB
select /dev/vda2 -> [Type] -> Linux filesystem
select Free space -> [New] -> 4GB
select /dev/vda3 -> [Type] -> Linux swap
select Free space -> [New] -> 45GB
select /dev/vda4 -> [Type] -> Linux filesystem
choose [Write] --> yes
choose [quit]
$ mkfs.ext4 /dev/vda2
$ mkswap /dev/vda3
$ mkfs.ext4 /dev/vda4
$ mount /dev/vda4 /mnt
$ mount -m /dev/vda2 /mnt/boot/
$ swapon /dev/vda3
$ chimera-bootstrap /mnt
$ chimra-chroot /mnt
$ apk add grub-powerpc-ieee1275
$ mkdir -p /boot/grub/
$ grub-install --target=powerpc-ieee1275 /dev/vda1
$ update-grub
$ exit
$ umount -R /mnt
$ reboot
I can not boot tle-hero ppc-firefox build on trisquel ecne.
Can you bump it firefox newer and recompile on glibc 2.39 <=
please, please tle
~/Downloads/firefox$ ./firefox
XPCOMGlueLoad error for file /Downloads/firefox/libxul.so:
/lib/powerpc64le-linux-gnu/libm.so.6: version `GLIBC_2.43' not found (required by /Downloads/firefox/libxul.so)
Couldn't load XPCOM.
~/Downloads/firefox$ ldd --version
ldd (trisquel GLIBC 2.39-0trisquel8.7trisquel1) 2.39
Copyright (C) 2024 Free Software Foundation, Inc.
Esto es software libre; vea el código fuente para las condiciones de copia.
No hay NINGUNA garantía; ni siquiera de COMERCIABILIDAD o IDONEIDAD PARA UN
FIN DETERMINADO.
Escrito por Roland McGrath y Ulrich Drepper.