27 Jul, 2007

3 commits


25 Jul, 2007

1 commit

  • S.Caglar Onur points out that many distributions don't ship a static
    zlib. Unfortunately the launcher currently maps virtual device memory
    where shared libraries want to go.

    The solution is to pre-scan the args to figure out how much memory we
    have, then allocate devices above that, rather than down from the top
    possible address. This also turns out to be simpler.

    Signed-off-by: Rusty Russell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rusty Russell
     

20 Jul, 2007

1 commit

  • A brief document describing how to use lguest. Because lguest doesn't have an
    ABI we also include an example launcher in the Documentation directory.

    [jmorris@namei.org: Fix up nat example in documentation]
    Signed-off-by: Rusty Russell
    Cc: Andi Kleen
    Signed-off-by: James Morris
    Cc: Matias Zabaljauregui
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rusty Russell