-
Notifications
You must be signed in to change notification settings - Fork 53
Update disk image source to addhypercall
and gem5bridge-driver
#69
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
Conversation
- This commit updates the serial-getty service file to override only the service section with autologin instead of the entire file.
- This change should speed up boot time that is caused in gem5 due to low system entropy
- Update comments explaining the reason for increasing entropy
I have updated source for the NPB disk image to use hypercalls. I tested the NPB disk images on the staging branch for release 24.1.1. I was able to successfully run NPB benchmarks without using |
TODO: I need to changes the link and the |
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-22.04/Dockerfile
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-22.04/Dockerfile
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-24.04/Dockerfile
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-22.04/copy_modules_to_host.sh
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-24.04/copy_modules_to_host.sh
Outdated
Show resolved
Hide resolved
6559de6
to
b6830ca
Compare
b6830ca
to
819ed59
Compare
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-22.04/copy_modules_to_host.sh
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/kernel-and-modules/arm-ubuntu-24.04/copy_modules_to_host.sh
Outdated
Show resolved
Hide resolved
src/ubuntu-generic-diskimages/scripts/install-common-packages.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Harshil, I re-tested building the 24.04 Ubuntu base disk images and the NPB disk images. This PR is mostly fine, but I found that I had to change npb-24.04-imgs/build-arm.sh
to get the Arm NPB image to build. I also had some minor comments about documentation.
No description provided.