We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
declare -i CPU_COUNT=$(( $(nproc) * 2 )) \ && qemu-system-x86_64 -smp ${CPU_COUNT} -m $(( ${CPU_COUNT} * 128 )) \ -enable-kvm -cpu max,hv-runtime \ -drive file=buildroot/output/images/disk.img,format=raw \ -kernel buildroot/output/images/bzImage \ -append "nr_cpus=${CPU_COUNT} root=/dev/sda2 rootwait console=tty1 quiet"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command-line boot
Start CoreFreq
Use CoreFreq
Shutdown
The text was updated successfully, but these errors were encountered: