readme: gem5 and qemu same config fix header depths

This commit is contained in:
Ciro Santilli
2018-03-24 22:55:54 +00:00
parent b13595273e
commit 8184bbd803

View File

@@ -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 <<x11>>
* 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:
....