Changeset 9a5b556 in mainline for boot/arch/sparc64/loader/main.c
- Timestamp:
- 2006-09-12T13:03:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6eabb6e6
- Parents:
- 7bb6b06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.c
r7bb6b06 r9a5b556 67 67 printf("Error: unable to get keyboard properties\n"); 68 68 69 if (!ofw_cpu(&bootinfo.cpu)) 70 printf("Error: unable to get cpu properties\n"); 71 69 72 printf("\nDevice statistics\n"); 73 printf(" cpu: %dMHz\n", bootinfo.cpu.clock_frequency/1000000); 70 74 printf(" memory: %dM\n", bootinfo.memmap.total>>20); 71 75 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);
Note:
See TracChangeset
for help on using the changeset viewer.