Follow-up Comment #2, bug #17346 (project hurd):

This better?

   vm_size_t memsize = boot_info.mem_upper;
 
    if ((memsize >= 0x400000))
      memsize = (0x400000-1);
 
    phys_last_addr = 0x100000 + (memsize * 0x400);

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17346>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to