mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
Tweak minplatform build
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
0ba617d1cf
commit
fec7f94979
@ -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 \
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user