- Timestamp:
- 11/01/09 05:32:26 (3 years ago)
- Children:
- 6e20c10dbc1b6740f94a01f74d6eeda8bb3a7ca4
- Parents:
- 111fe227a44f170e91f2d6f57dd6ce285b67a56a
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T22:32:26Z-0700
- Files:
-
- 1 modified
-
com32/hdt/hdt-cli-memory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-cli-memory.c
r5de3f4 r78f771 42 42 43 43 detect_memory_e820(map, E820MAX, &count); 44 printf("BIOS-provided physical RAM e820 map:\n");45 44 reset_more_printf(); 45 more_printf("BIOS-provided physical RAM e820 map:\n"); 46 46 for (int i = 0; i < count; i++) { 47 47 get_type(map[i].type, type, 14);
