Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3403 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | memmap_t memmap; |
57 | memmap_t memmap; |
58 | ballocs_t ballocs; |
58 | ballocs_t ballocs; |
59 | ofw_tree_node_t *ofw_root; |
59 | ofw_tree_node_t *ofw_root; |
60 | } bootinfo_t; |
60 | } bootinfo_t; |
61 | 61 | ||
- | 62 | extern uint32_t silo_ramdisk_image; |
|
- | 63 | extern uint32_t silo_ramdisk_size; |
|
- | 64 | ||
62 | extern bootinfo_t bootinfo; |
65 | extern bootinfo_t bootinfo; |
63 | 66 | ||
64 | extern void start(void); |
67 | extern void start(void); |
65 | extern void bootstrap(void); |
68 | extern void bootstrap(void); |
66 | 69 |