Rev 1894 | Rev 1897 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1894 | Rev 1896 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | 52 | ||
| 53 | typedef struct { |
53 | typedef struct { |
| 54 | taskmap_t taskmap; |
54 | taskmap_t taskmap; |
| 55 | memmap_t memmap; |
55 | memmap_t memmap; |
| 56 | screen_t screen; |
56 | screen_t screen; |
| 57 | keyboard_t keyboard; |
- | |
| 58 | cpu_t cpu; |
57 | cpu_t cpu; |
| 59 | ballocs_t ballocs; |
58 | ballocs_t ballocs; |
| 60 | ofw_tree_node_t *ofw_root; |
59 | ofw_tree_node_t *ofw_root; |
| 61 | } bootinfo_t; |
60 | } bootinfo_t; |
| 62 | 61 | ||