On 2018-05-22 16:19, Ralf Ramsauer wrote:
> 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]>
> ---
>  Documentation/debug-output.md | 2 +-
>  inmates/lib/x86/inmate.lds    | 2 +-
>  2 files changed, 2 insertions(+), 2 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/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 */
> 

There is some reference to this address in README.md as well. [And I
will have to update jailhouse-images - that's a note to myself]

You already noticed that the linux loader requires an update as well.

Jan

-- 
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