bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17346] GNU mach can't handle 4GB memory


From: Barry deFreese
Subject: [bug #17346] GNU mach can't handle 4GB memory
Date: Mon, 20 Nov 2006 00:56:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]