Skip to content

feat: Support --arch and --nobios options#5

Open
Ivans-11 wants to merge 1 commit intorcore-os:mainfrom
Ivans-11:feat/xtask-new-args
Open

feat: Support --arch and --nobios options#5
Ivans-11 wants to merge 1 commit intorcore-os:mainfrom
Ivans-11:feat/xtask-new-args

Conversation

@Ivans-11
Copy link
Collaborator

Add --arch and --nobios flags to support RISC-V 32/64 architecture selection and no-BIOS mode.

# RV64 SBI mode (default)
cargo qemu --ch x

# RV64 nobios mode
cargo qemu --ch x --nobios

# RV32 nobios mode (RV32 only supports nobios)
cargo qemu --ch x --arch riscv32 --nobios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant