Skip to content

Commit 70d26c7

Browse files
committed
CONFIG_HAVE_KERNEL_UNCOMPRESSED=y is s390 only
1 parent fff2a60 commit 70d26c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ See also: https://stackoverflow.com/questions/2589845/what-are-the-first-operati
13441344

13451345
<<gem5-tracing>> with `--debug-flags=Exec` does show the right symbols however! So in the worst case, we can just read their source. Amazing.
13461346

1347-
TODO: try out `CONFIG_HAVE_KERNEL_UNCOMPRESSED=y` from Linux v4.19 and see if it gives us any extra visibility.
1347+
v4.19 also added a `CONFIG_HAVE_KERNEL_UNCOMPRESSED=y` option for having the kernel uncompressed which could make following the startup easier, but it is only available on s390. `aarch64` however is already uncompressed by default, so might be the easiest one: https://unix.stackexchange.com/questions/5518/what-is-the-difference-between-the-following-kernel-makefile-terms-vmlinux-vml/482978#482978
13481348

13491349
==== GDB step debug early boot by address
13501350

0 commit comments

Comments
 (0)