Changeset 28ecadb in mainline for boot/arch/sparc64/loader/main.c
- Timestamp:
- 2006-09-22T21:44:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d684e4
- Parents:
- 16529d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.c
r16529d5 r28ecadb 66 66 bootinfo.screen.scanline = bootinfo.screen.scanline*bpp2align[bootinfo.screen.bpp >> 3]; 67 67 68 if (!ofw_keyboard(&bootinfo.keyboard))69 printf("Error: unable to get keyboard properties\n");70 71 68 if (!ofw_cpu(&bootinfo.cpu)) 72 69 printf("Error: unable to get cpu properties\n"); … … 76 73 printf(" memory: %dM\n", bootinfo.memmap.total>>20); 77 74 printf(" screen at %P, resolution %dx%d, %d bpp (scanline %d bytes)\n", (uintptr_t) bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline); 78 printf(" keyboard at %P (size %d bytes)\n", (uintptr_t) bootinfo.keyboard.addr, bootinfo.keyboard.size);79 75 80 76 printf("\nMemory statistics\n");
Note:
See TracChangeset
for help on using the changeset viewer.