Name Date Size #Lines LOC

..--

linux.configH A D05-Jun-2025523 2928

readme.txtH A D05-Jun-2025362 74

readme.txt

1Run the emulation with:
2
3  qemu-system-ppc -M g3beige -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "console=ttyS0 rootwait root=/dev/sda" -serial stdio -net nic,model=rtl8139 -net user # qemu_ppc_g3beige_defconfig
4
5The login prompt will appear in the terminal that started Qemu. The
6graphical window is the framebuffer.
7