Rev 1782 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1782 | Rev 1783 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | 49 | ||
| 50 | unsigned int i; |
50 | unsigned int i; |
| 51 | for (i = 0; i < COMPONENTS; i++) |
51 | for (i = 0; i < COMPONENTS; i++) |
| 52 | printf(" %L: %s image (size %d bytes)\n", components[i].start, components[i].name, components[i].size); |
52 | printf(" %L: %s image (size %d bytes)\n", components[i].start, components[i].name, components[i].size); |
| 53 | 53 | ||
| 54 | screen_t scr; |
- | |
| 55 | - | ||
| 56 | ofw_screen(&scr); |
- | |
| 57 | printf("\n%P: fb, %dx%dx%d\n", ofw_translate(scr.addr), scr.width, scr.height, scr.bpp); |
- | |
| 58 | - | ||
| 59 | - | ||
| 60 | printf("\nCopying components\n"); |
54 | printf("\nCopying components\n"); |
| 61 | unsigned int top = 0; |
55 | unsigned int top = 0; |
| 62 | bootinfo.cnt = 0; |
56 | bootinfo.cnt = 0; |
| 63 | for (i = 0; i < COMPONENTS; i++) { |
57 | for (i = 0; i < COMPONENTS; i++) { |
| 64 | printf(" %s...", components[i].name); |
58 | printf(" %s...", components[i].name); |