Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest add extra args for qemu #3

Open
coolgw opened this issue Jan 27, 2023 · 0 comments
Open

Suggest add extra args for qemu #3

coolgw opened this issue Jan 27, 2023 · 0 comments

Comments

@coolgw
Copy link

coolgw commented Jan 27, 2023

Thanks for your great work, i have tried and it has great help to build env debug kernel!

Normally i need ssh to qemu so i normally configure some extra args for network part such as:
network_args="-device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5555-:22"

Also direct output to serial with following args.
serial_args="-nographic -serial mon:stdio"

Since i use Virtual box as host and create qemu instance within virtual box so i have to disable -enable-kvm, and add
no-apic vdso=0, just FYI.

lo-han added a commit to lo-han/kernel-utils that referenced this issue Apr 30, 2023
…ild-busybox-script

Add polimorph build script
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

No branches or pull requests

1 participant