Skip to content

Commit aefe11a

Browse files
committed
gem5: how to get the gem5 linux
1 parent bf54be6 commit aefe11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3480,7 +3480,7 @@ But https://github.com/qemu/qemu/blob/v2.12.0/docs/config/mach-virt-graphical.cf
34803480

34813481
so maybe it is not possible?
34823482

3483-
=== gem5 Graphic mode
3483+
=== gem5 graphic mode
34843484

34853485
gem5 does not have a "text mode", since it cannot redirect the Linux terminal to same host terminal where the executable is running: you are always forced to connect to the terminal with `gem-shell`.
34863486

@@ -3491,6 +3491,7 @@ Overview: https://stackoverflow.com/questions/50364863/how-to-get-graphical-gui-
34913491
More concretely:
34923492

34933493
....
3494+
git -C "$(./getvar linux_src_dir)" fetch https://gem5.googlesource.com/arm/linux gem5/v4.15:gem5/v4.15
34943495
git -C "$(./getvar linux_src_dir)" checkout gem5/v4.15
34953496
./build-linux \
34963497
--arch arm \

0 commit comments

Comments
 (0)