Rev 503 | Rev 510 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 503 | Rev 506 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | */ |
82 | */ |
83 | __address hardcoded_load_address = 0; |
83 | __address hardcoded_load_address = 0; |
84 | size_t hardcoded_ktext_size = 0; |
84 | size_t hardcoded_ktext_size = 0; |
85 | size_t hardcoded_kdata_size = 0; |
85 | size_t hardcoded_kdata_size = 0; |
86 | 86 | ||
- | 87 | __address init_addr = 0; |
|
- | 88 | size_t init_size = 0; |
|
- | 89 | ||
87 | /* |
90 | /* |
88 | * Size of memory in bytes taken by kernel and heap. |
91 | * Size of memory in bytes taken by kernel and heap. |
89 | */ |
92 | */ |
90 | static size_t kernel_size; |
93 | static size_t kernel_size; |
91 | 94 |