Changes in boot/arch/riscv64/src/main.c [a35b458:5b61171] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/riscv64/src/main.c
ra35b458 r5b61171 64 64 bootinfo.memmap.zones[0].size = PHYSMEM_SIZE; 65 65 66 printf("\nMemory statistics (total %l u MB, starting at %p)\n\n",66 printf("\nMemory statistics (total %llu MB, starting at %p)\n\n", 67 67 bootinfo.memmap.total >> 20, (void *) bootinfo.physmem_start); 68 68 printf(" %p: boot info structure\n", &bootinfo);
Note:
See TracChangeset
for help on using the changeset viewer.