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

CoreFreq Screenshots #1

Open
cyring opened this issue Oct 31, 2021 · 0 comments
Open

CoreFreq Screenshots #1

cyring opened this issue Oct 31, 2021 · 0 comments

Comments

@cyring
Copy link
Owner

cyring commented Oct 31, 2021

Command-line boot

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"

2021-10-31-170033_720x400_scrot

Start CoreFreq

2021-10-31-170122_720x400_scrot

Use CoreFreq

2021-10-31-170244_720x400_scrot

Shutdown

2021-10-31-170410_720x400_scrot

@cyring cyring changed the title CoreFreq 1.88.1 CoreFreq Screenshots Mar 17, 2022
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