v34
- Beyond Good and Evil - Symbolicated PS2 proto .elf
v36
- King Kong - (0xB398CC66
XOR key for headers) - Symbolicated .elf
v36
- Rayman Raving Rabbids - (0xB398CC66
XOR key for headers) - Symbolicated .elf
v36
- Rayman Raving Rabbids 2 - (0xB398CC66
XOR key for headers) - Multiple symbolicated .elf
v37
- Prince of Persia: The Sands of Time - PS2 proto symbol map file
v38
- Prince of Persia: Warrior Within -
v38
- Prince of Persia: The Two Thrones -
v42
- TMNT -
v42
- My Word Coach - Symbolicated .elf, unpacked data, uncompiled AI scripts
v42
- My Spanish Coach -
/* | |
https://dl.fujifilm-x.com/global/special/camera-control-sdk/download/SDK12500.zip | |
https://dl.fujifilm-x.com/global/special/camera-control-sdk/download/SDK12200.zip | |
https://dl.fujifilm-x.com/global/special/camera-control-sdk/download/SDK12100.zip | |
*/ | |
for (i=125; i>0; i--) | |
{ | |
xhr = new XMLHttpRequest() | |
xhr.open("GET", `https://dl.fujifilm-x.com/global/special/camera-control-sdk/download/SDK${('000' + i).slice(-3)}00.zip`) |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-11-1 GOOD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-10-3 BAD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-10-2 BAD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-10-1 BAD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-9-1 BAD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-7-1 BAD | |
https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-6-1 GOOD |
If you get this crash after booting macOS in KVM with AMD GPU passthrough you'll need to disable Above 4GB decoding on your BIOS/UEFI Setup.
qemu-system-x86_64: kvm_set_user_memory_region: KVM_SET_USER_MEMORY_REGION failed, slot=6, start=0xc004800000000000, size=0x200000000: Invalid argument kvm_set_phys_mem: error registering slot: Invalid argument
./boot-passthrough.sh: línea 90: 3507 Aborted (`core' generado) qemu-system-x86_64 "${args[@]}"
That fixed it.
sh <<EOF && sh -c "# swy: zsh in catalina+ doesn't support inline comments: https://apple.stackexchange.com/a/405317" | |
# swy: needed for sed to stop complaining about the wholy unsupported hexadecimal literals | |
export LANG=C | |
export LC_ALL=C | |
# swy: go into the game's binary folder | |
cd ~/'Library/Application Support/Steam/steamapps/common/MountBlade Warband/Mount and Blade.app/Contents/MacOS' | |
# swy: turn their ../../.. hack into the harmless .//.//./ without changing the length of the string | |
sed -i '' 's|\.\./\.\./\.\.|\.//\.//\./|g' ./'Mount and Blade' |
Bluetooth monitor ver 5.65 | |
= Note: Linux version 6.0.6-arch1-1 (x86_64) 0.148480 | |
= Note: Bluetooth subsystem version 2.22 0.148481 | |
@ MGMT Open: bluetoothd (privileged) version 1.22 {0x0001} 0.148482 | |
= New Index: 00:00:00:00:00:00 (Primary,USB,hci0) [hci0] 11.241956 | |
= Open Index: 00:00:00:00:00:00 [hci0] 11.2422 |
Página de descargas
Página de descargas «secreta» con instaladores web a la última versión gratuita de 2021: https://www.sdelsol.com/ieda/
Réplicas
Copia de seguridad con todas las versiones listadas abajo: https://archive.org/details/sdelsol
Enlaces
Enlaces de descarga directos a los instaladores completos:
If you have a black screen when trying to boot your guest OS via qemu/kvm with passthrough for your AMD Radeon card (in my case RX 480/590 or POLARIS10) and nothing is working, and you are able to ssh
into the host while the virtualization is running or afterwards and get something like this via dmesg
:
...
vfio_ecap_init: hiding ecap 0x19@0x270
...
vfio-pci 0000:03:00.0: No more image in the PCI ROM
...
Then the solution is to boot Linux through pure EFI; the problem is enabling CSM and then either booting the host system through a legacy BIOS bootloader or EFI. TL;DR: Disable CSM, ensure you've a proper EFI boot chain first. Then it will work straight away.
r3718 doesn't | |
r3658 doesn't | |
r3648 doesn't | |
r3630 doesn't | |
r3629 doesn't -- added remaining/missing glsl files, it loads without crashing but font is broken, appears sideways and the uniforms dont color vertices | |
r3623 doesn't | |
r3613 crash -- glsl shader issues: https://github.com/tldmod/tldmod/commits/master?before=14db8746657b2a94eb2b8b45a69fa5bc5a848f08+105&branch=master&qualified_name=refs%2Fheads%2Fmaster -- see the changes on Mar 29, 2022 | |
r3613 | |
r3600 works | |
r3464 works |
# Maintainer: Jonathan Wright <jon@than.io> | |
# Contributor: Boohbah <boohbah at gmail.com> | |
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | |
pkgbase=linux-git | |
pkgver=5.18.r12154.g5d4af9c1f04a | |
pkgrel=1 | |
pkgdesc='Linux (Git)' | |
url="https://www.kernel.org" | |
arch=(x86_64) |