diff --git a/README.adoc b/README.adoc index f4e5245..13333da 100644 --- a/README.adoc +++ b/README.adoc @@ -4895,6 +4895,17 @@ chmod +x /tmp/execfile m5 execfile .... +=== gem5 arm Linux kernel patches + +https://gem5.googlesource.com/arm/linux/ contains an ARM Linux kernel fork with a few gem5 specific Linux kernel patches on top of mainline created by ARM Holdings. + +Those patches look interesting, but it is obviously not possible to understand what those patches actually do from their commit message. + +So let's explain them one by one here as we understand them: + +* `drm: Add component-aware simple encoder` allows you to see images through VNC: <> +* `gem5: Add support for gem5's extended GIC mode` adds support for more than 8 cores: https://stackoverflow.com/questions/50248067/how-to-run-a-gem5-arm-aarch64-full-system-simulation-with-fs-py-with-more-than-8/50248068#5024806 + === gem5 stats Lets try to understand some stats better.