kesto.de Cheatsheets

QEMU

Load kernel and initrd

qemu-system-i386 -kernel bzImage -initrd rootfs.cpio

Load kernel and initrd with serial terminal

qemu-system-i386 -kernel bzImage -initrd rootfs.cpio -nographic -append 'console=ttyS0'