- Timestamp:
- 11/23/09 14:16:32 (2 years ago)
- Children:
- 219c2a3ea81917d4c80814dce2c58f85dbcf2cf9
- Parents:
- bb88c66722eedcf2a2e5fb03051c6cef4c9ad5a3
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-23T15:16:32Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt-cli-memory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-cli-memory.c
rbb88c6 r06a7af 43 43 memsize=memsize_e820(map,count); 44 44 reset_more_printf(); 45 more_printf("Detected RAM : %lu MiB (%lu KiB)\n", memsize>>10,memsize);45 more_printf("Detected RAM : %lu MiB (%lu KiB)\n",(memsize+(1<<9))>>10,memsize); 46 46 more_printf("BIOS-provided physical RAM e820 map:\n"); 47 47 for (int i = 0; i < count; i++) {
