Disable compressed instructions in QEMU
This commit is contained in:
parent
f63408f361
commit
f8472b79e6
2
boot.sh
2
boot.sh
@ -33,7 +33,7 @@ cd "$TMPDIR"
|
||||
#QEMU_KERNEL_PARAMS="boot.trace boot.debug1"
|
||||
|
||||
# Trap the CPU on compressed instructions?
|
||||
#TRAP_COMPRESSED="-cpu rv64,c=false"
|
||||
TRAP_COMPRESSED="-cpu rv64,c=false"
|
||||
|
||||
CUSTOM_BIOS="-bios $OPENSBI/share/opensbi/lp64/generic/firmware/fw_payload.bin"
|
||||
#CUSTOM_BIOS="-bios $OPENSBI/share/opensbi/lp64/generic/firmware/fw_jump.elf"
|
||||
|
Loading…
Reference in New Issue
Block a user