- Timestamp:
- 2018-03-13T21:08:52Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 948222e4
- Parents:
- b127e4af
- File:
-
- 1 edited
-
boot/arch/riscv64/src/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/riscv64/src/main.c
rb127e4af 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.
