-
Notifications
You must be signed in to change notification settings - Fork 36
website: Add documentation for supported kernels and disk images #177
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
base: stable
Are you sure you want to change the base?
Conversation
erin-le
left a comment
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.
@Harshil2107: I took a look at this PR by running the website locally, and I don't think this documentation is actually reachable by clicking through links on the website. I've attached a Markdown file with commands to run the website locally in a Docker container. Hopefully it'll help you double-check if the documentation is or isn't unreachable.
erin-le
left a comment
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.
Generally, this looks good. I had to modify a permalink to get the documentation to show up on the website, though.
| title: "Supported Kernels and Disk Images for gem5 stable" | ||
| doc: gem5 documentation | ||
| parent: fullsystem | ||
| permalink: /documentation/general_docs/fullsystem/suported_disks_and_kernel.md |
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.
I needed to change this in order to get it to work:
| permalink: /documentation/general_docs/fullsystem/suported_disks_and_kernel.md | |
| permalink: /documentation/general_docs/fullsystem/supported_disks_and_kernels |
| * **Ubuntu 22.04 disk images** use **kernel 5.15.168** | ||
| * **Ubuntu 24.04 disk images** (including `npb` and `gapbs` variants) use **kernel 6.8.12** |
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.
It's not a big deal, but could you double check the sub-versions for these? On the gem5 resources website, we have version 5.15.180 kernels, but not version 5.15.168 kernels.
No description provided.