
Big picture https://www.skateman.nl/wp-content/uplo ... -05-10.png
Many thanks for testing!
Code: Select all
sudo apt install gcc-9-powerpc-linux-gnu
Code: Select all
sudo apt install g++-9-powerpc-linux-gnu
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-gcc powerpc-linux-gnu-gcc /usr/bin/powerpc-linux-gnu-gcc-9 10
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-g++ powerpc-linux-gnu-g++ /usr/bin/powerpc-linux-gnu-g++-9 10
Code: Select all
powerpc-linux-gnu-gcc (Ubuntu 9.5.0-1ubuntu1) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
powerpc-linux-gnu-g++ (Ubuntu 9.5.0-1ubuntu1) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.4.0-rc6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="powerpc-linux-gnu-gcc (Ubuntu 9.5.0-1ubuntu1) 9.5.0"
Code: Select all
real 2m23,661s
user 32m57,396s
sys 2m20,424s
Code: Select all
real 0m55,319s
user 13m8,843s
sys 1m4,819s
Code: Select all
cd /lib/modules/6.4.0-rc6_A-EON_X1000_Nemo/kernel/arch/powerpc/
Code: Select all
lsmod | grep kvm
Code: Select all
sudo modprobe -r kvm-pr
Code: Select all
sudo modprobe -r kvm
Code: Select all
lsmod | grep kvm
Code: Select all
sudo rm -rf kvm
Code: Select all
sudo wget http://www.xenosoft.de/kvm_6.4-rc6_X1000.tar.gz
Code: Select all
sudo tar zxvf kvm_6.4-rc6_X1000.tar.gz
Code: Select all
sudo rm kvm_6.4-rc6_X1000.tar.gz
Code: Select all
sudo modprobe kvm-pr
Code: Select all
lsmod | grep kvm
Code: Select all
qemu-system-ppc -M g3beige -enable-kvm -m 2047 -bios openbios-ppc -boot c -hda Lubuntu_14.04_PowerPC_QEMU.img -g 1280x1024x32 -kernel vmlinux -initrd initrd -append "ro root=/dev/sda3" -device pci-ohci,id=newusb -device usb-tablet -nic user,model=e1000
Code: Select all
real 2m23,610s
user 32m57,752s
sys 2m22,167s
Code: Select all
real 0m55,701s
user 13m11,215s
sys 1m5,703s
Code: Select all
real 2m24,286s
user 31m18,960s
sys 2m27,824s
Code: Select all
real 1m14,648s
user 17m52,960s
sys 1m31,409s
Great! Thanks a lot!musa wrote: Mon Jun 19, 2023 11:14 am Hi
I have reinstalled debian ppc64 and updated to Trixie/sid.
Here, debian boots on vmlinux-6.4_rc7.
have a nice day
Thank you for testing!