Differences From Artifact [16eb016414]:
- File build/qemu/boot/extlinux.conf — part of check-in [a39441abc1] at 2020-06-28 02:42:32 on branch trunk — Added basic QEMU demo (user: rkeene, size: 139) [annotate] [blame] [check-ins using]
To Artifact [4580fa2068]:
- File build/qemu/boot/extlinux.conf — part of check-in [afc876941b] at 2020-06-29 14:58:52 on branch trunk — Updated to use an initramfs to allow more flexible mounting options (user: rkeene, size: 156) [annotate] [blame] [check-ins using]
1 2 3 4 5 | DEFAULT appfs SERIAL 0 9600 0x003 LABEL appfs KERNEL vmlinuz | > | | 1 2 3 4 5 6 7 | DEFAULT appfs SERIAL 0 9600 0x003 LABEL appfs KERNEL vmlinuz INITRD initrd APPEND rdinit=/bin/init console=tty0 console=ttyS0 consoleblank=0 loglevel=8 |