Tweak minplatform build

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G. Minnich 2020-05-15 00:57:43 +00:00 committed by Ryan O'Leary
parent 0ba617d1cf
commit fec7f94979
2 changed files with 6 additions and 2 deletions

View File

@ -45,9 +45,11 @@ geturoot:
go get -u github.com/u-root/cpu/...
testflashkernel: flashkernel
qemu-system-x86_64 -kernel flashkernel -nographic -serial /dev/tty -initrd flashinitramfs.cpio.lzma
echo ^C will exit qemu! be careful!
qemu-system-x86_64 -kernel flashkernel -nographic -serial /dev/tty -initrd flashinitramfs.cpio.lzma -monitor /dev/null
housekeeping:
rm -rf flashinitramfs.cpio \
flashinitramfs.cpio.lzma \
flashkernel \
flashkernel \

View File

@ -1918,3 +1918,5 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
# end of Kernel hacking
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_ROOT_GID=0