mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: gem5 arm linux kernel fork
This commit is contained in:
11
README.adoc
11
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: <<graphic-mode-gem5>>
|
||||
* `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.
|
||||
|
||||
Reference in New Issue
Block a user