Struct kernel::process::LoadResult [] [src]

struct LoadResult {
    initial_stack_pointer: *const u8,
    initial_sbrk_pointer: *const u8,
    header: TbfHeader,
}

Fields

Where the stack pointer was initially set.

Where the sbrk initial end of process memory is set.

Trait Implementations

impl Debug for LoadResult
[src]

[src]

Formats the value using the given formatter. Read more