Rev 534 | Rev 651 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 628 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | 41 | ||
42 | struct config { |
42 | struct config { |
43 | __address base; |
43 | __address base; |
44 | size_t memory_size; |
44 | size_t memory_size; |
45 | size_t kernel_size; |
45 | size_t kernel_size; |
- | 46 | ||
- | 47 | __address init_addr; |
|
- | 48 | size_t init_size; |
|
46 | 49 | ||
47 | count_t cpu_count; |
50 | count_t cpu_count; |
48 | volatile count_t cpu_active; |
51 | volatile count_t cpu_active; |
49 | }; |
52 | }; |
50 | 53 |