Rev 3343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3770 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | if (config.cpu_active == 1) { |
54 | if (config.cpu_active == 1) { |
55 | for (i = 0; i < bootinfo.memmap.count; i++) { |
55 | for (i = 0; i < bootinfo.memmap.count; i++) { |
56 | uintptr_t start = bootinfo.memmap.zones[i].start; |
56 | uintptr_t start = bootinfo.memmap.zones[i].start; |
57 | size_t size = bootinfo.memmap.zones[i].size; |
57 | size_t size = bootinfo.memmap.zones[i].size; |
58 | 58 | ||
- | 59 | printf("Found a zone: start = %x, size = %d.\n", start, size); |
|
- | 60 | ||
59 | /* |
61 | /* |
60 | * The memmap is created by HelenOS boot loader. |
62 | * The memmap is created by HelenOS boot loader. |
61 | * It already contains no holes. |
63 | * It already contains no holes. |
62 | */ |
64 | */ |
63 | 65 |