• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

linux.fragment A D18-Apr-2025267 119

readme.txt A D18-Apr-2025371 63

readme.txt

1Run the emulation with:
2
3 qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -net nic,model=virtio-net-pci -net user -append "console=ttyS0 rootwait root=/dev/vda" -serial mon:stdio -nographic # qemu_ppc64_e5500_defconfig
4
5The login prompt will appear in the terminal that started Qemu.
6