Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc1 9 lines 243 B view raw
1QEMU_CMD="qemu-system-aarch64 -M virt -cpu max" 2QEMU_KCONFIG=" 3CONFIG_SERIAL_AMBA_PL010=y 4CONFIG_SERIAL_AMBA_PL010_CONSOLE=y 5CONFIG_SERIAL_AMBA_PL011=y 6CONFIG_SERIAL_AMBA_PL011_CONSOLE=y 7" 8KERNEL_IMAGE="Image" 9KERNEL_CMDLINE="console=ttyAMA0"