ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

boot-qemu.sh: Add support for booting pmac32_defconfig #54

Closed nathanchance closed 2 years ago

nathanchance commented 2 years ago

pmac32_defconfig can be booted using the mac99 machine in QEMU using the same rootfs that we use for the bamboo machine.

pmac32_defconfig boots fine by itself but to get console output properly, two configs need to be enabled:

CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y