Subversion Repositories HelenOS

Rev

Rev 1899 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1899 Rev 1978
Line 73... Line 73...
73
/** Bootinfo structure.
73
/** Bootinfo structure.
74
 *
74
 *
75
 * Must be in sync with bootinfo structure used by the boot loader.
75
 * Must be in sync with bootinfo structure used by the boot loader.
76
 */
76
 */
77
typedef struct {
77
typedef struct {
-
 
78
    uintptr_t physmem_start;
78
    taskmap_t taskmap;
79
    taskmap_t taskmap;
79
    memmap_t memmap;
80
    memmap_t memmap;
80
    ballocs_t ballocs;
81
    ballocs_t ballocs;
81
    ofw_tree_node_t *ofw_root;
82
    ofw_tree_node_t *ofw_root;
82
} bootinfo_t;
83
} bootinfo_t;