Now all architectures use the same address for the cmdline section to
ease the use of the cmdline.

Signed-off-by: Ralf Ramsauer <[email protected]>
---

since v1: align README.md

 Documentation/debug-output.md | 2 +-
 README.md                     | 4 ++--
 inmates/lib/x86/inmate.lds    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/debug-output.md b/Documentation/debug-output.md
index fda38680..e0a7ff31 100644
--- a/Documentation/debug-output.md
+++ b/Documentation/debug-output.md
@@ -146,7 +146,7 @@ Example command line parameters for PIO based debug output 
on x86, where the
 inmate will initialise UART:
 
     jailhouse cell load foocell inmate.bin \
-        -s "con-base=0x3f8 con-divider=1" -a 0x100
+        -s "con-base=0x3f8 con-divider=1" -a 0x1000
 
 Example configuration for MMIO based debug output on ARM using the 8250 driver:
 
diff --git a/README.md b/README.md
index 1e8433a7..ca90ca35 100644
--- a/README.md
+++ b/README.md
@@ -338,7 +338,7 @@ commands:
 
     jailhouse cell create /path/to/pci-demo.cell
     jailhouse cell load pci-demo /path/to/pci-demo.bin \
-        -s "con-base=0x2f8" -a 0x100
+        -s "con-base=0x2f8" -a 0x1000
     jailhouse cell start pci-demo
 
 The pci-demo will use the second serial port provided by QEMU. You will find
@@ -351,7 +351,7 @@ reload and restart the tiny-demo, issue the following 
commands:
 
     jailhouse cell start apic-demo
     jailhouse cell load pci-demo /path/to/pci-demo.bin \
-        -s "con-base=0x2f8" -a 0x100
+        -s "con-base=0x2f8" -a 0x1000
     jailhouse cell start pci-demo
 
 Finally, Jailhouse is can be stopped completely again:
diff --git a/inmates/lib/x86/inmate.lds b/inmates/lib/x86/inmate.lds
index 526cf3b6..95c6ec97 100644
--- a/inmates/lib/x86/inmate.lds
+++ b/inmates/lib/x86/inmate.lds
@@ -41,7 +41,7 @@ SECTIONS
        . = 0;
        .boot           : { *(.boot) }
 
-       . = 0x100;
+       . = 0x1000;
        .cmdline        : {
                *(.cmdline)
                BYTE(0); /* empty string in case no buffer is provided */
-- 
2.17.0

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to