Page 144 of 146

Re: New kernels

Posted: Mon Jun 15, 2026 5:59 pm
by xeno74
Hi All,

I am happy to release the final kernel 7.1.0 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Thanks a lot to Skateman, Hypex and sailorMH for testing the alphas and release candidates.

Image

Cheers,
Christian

Re: New kernels

Posted: Tue Jun 16, 2026 5:16 pm
by xeno74
Hi All,

The merge window for the kernel 7.2 has been started and here is the first alpha with the first AMD/ATi DRM updates for testing.

Download and further information: github.com

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Wed Jun 17, 2026 5:49 pm
by xeno74
Hi All,

I compiled the alpha2 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs) today.

Download and further information: github.com

Testing of the alpha2 with old CD-ROMs:

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Thu Jun 18, 2026 5:51 pm
by xeno74
Hi All,

I released the alpha3 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs) today.

Download and further information: github.com

Several tests of HFS+ with the alpha3:

Image

Please test it.

Thanks,
Christian

Re: New kernels

Posted: Thu Jun 18, 2026 8:17 pm
by Skateman
Kernel 7.2 Alpha3 up and running on my Mirari !

Image

Big picture: https://www.skateman.nl/wp-content/uplo ... -52-58.png

Re: New kernels

Posted: Fri Jun 19, 2026 9:26 am
by xeno74
Skateman wrote: Thu Jun 18, 2026 8:17 pm Kernel 7.2 Alpha3 up and running on my Mirari !
Great! Thank you for testing the alpha3 on your Mirari board. :-)
Have a nice weekend 👍

Re: New kernels

Posted: Fri Jun 19, 2026 11:16 am
by xeno74
Hi All,

Here is the alpha4 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Sat Jun 20, 2026 7:59 pm
by xeno74
Hi All,

Here is the alpha5 of kernel 7.2 with the first PowerPC updates for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Cross compiling of the alpha5 with PROXMOX:

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Mon Jun 22, 2026 11:06 am
by xeno74
Hi All,

I have released the alpha6 of kernel 7.2 with NTFS Resurrection and exFAT updates.

Downloads and further information: github.com

Image

Cheers,
Christian

Re: New kernels

Posted: Tue Jun 23, 2026 6:01 pm
by xeno74
Modify the version string of the Linux kernel:

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' vmlinux-7.2

Code: Select all

gunzip zImage-7.2.gz

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' zImage-7.2

Code: Select all

binwalk -e uImage-7.2

Code: Select all

cd _uImage-7.2.extracted

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' 40

Code: Select all

gzip -9 40

Code: Select all

mkimage -A powerpc -O linux -T kernel -C gzip -a 0x00000000 -e 0x00000000 -n "Linux-7.2.0-a7-powerpc64-smp" -d 40.gz uImage