/[hurd]/hurd-l4/laden/kip-fixup.c
ViewVC logotype

Diff of /hurd-l4/laden/kip-fixup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Thu Sep 4 01:29:35 2003 UTC revision 1.3 by marcus, Sun Sep 7 19:49:01 2003 UTC
# Line 71  kip_fixup (void) Line 71  kip_fixup (void)
71    
72    kip->memory_info.nr = memory_map_size;    kip->memory_info.nr = memory_map_size;
73    for (nr = 0; nr < memory_map_size; nr++)    for (nr = 0; nr < memory_map_size; nr++)
74      debug ("Memory Map %i: Type %i/%i, Low 0x%x, High 0x%x\n",      debug ("Memory Map %i: Type %i/%i, Low 0x%llx, High 0x%llx\n",
75             nr + 1, memory_map[nr].type, memory_map[nr].subtype,             nr + 1, memory_map[nr].type, memory_map[nr].subtype,
76             memory_map[nr].low << 10, memory_map[nr].high << 10);             (unsigned long long) (memory_map[nr].low << 10),
77               (unsigned long long) (memory_map[nr].high << 10));
78    
79    /* Load the boot info into the KIP.  */    /* Load the boot info into the KIP.  */
80    kip->boot_info = boot_info;    kip->boot_info = boot_info;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26