From 8184bbd803959efa730a0dbc6938d7d1380a7620 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 Mar 2018 22:55:54 +0000 Subject: [PATCH] readme: gem5 and qemu same config fix header depths --- README.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 71f6e96..7081b9b 100644 --- a/README.adoc +++ b/README.adoc @@ -224,7 +224,7 @@ Text mode is the default due to the following considerable advantages: Text mode has the following limitations over graphics mode: * you can't see graphics such as those produced by <> -* Very early kernel messages such as `early console in extract_kernel` only show on the GUI, since at such early stages, not even the serial has been setup. +* very early kernel messages such as `early console in extract_kernel` only show on the GUI, since at such early stages, not even the serial has been setup. Both good and bad: @@ -2864,7 +2864,7 @@ and the display shows: Guest has not initialized the display (yet). .... -==== gem5 with QEMU kernel configuration ARM +===== gem5 with QEMU kernel configuration ARM Test it out with: @@ -2903,8 +2903,6 @@ I have also tried to do `make savedefconfig` on the gem5 kernel, and then paste ==== gem5 and QEMU with the same kernel configuration x86_64 -==== gem5 with QEMU kernel configuration x86 - Boot fails with: ....