haiku/src/system
Ingo Weinhold 977ffe5233 No longer ignore the physical memory beyond 4 GB, if we have a 64 bit
phys_addr_t. IOW, if PAE is enabled, that memory should be put to use now.
Apparently we report an incorrect amount of total memory (also counting
memory gaps), which also suggests that we need another method to manage the
vm_page structures (currently a huge array with indexes proportional to
physical page addresses, i.e. wasting memory for the gaps).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-12 00:36:44 +00:00
..
boot No longer ignore the physical memory beyond 4 GB, if we have a 64 bit 2010-06-12 00:36:44 +00:00
glue Should have been part of r30818. The version "glue". 2009-05-21 15:05:45 +00:00
kernel Enable PAE on all CPUs. 2010-06-12 00:13:54 +00:00
ldscripts Patch by Andreas Faerber: 2010-01-02 10:21:09 +00:00
libroot Patch from Joseph Prostko to fix the build with GCC 4.4 (ticket #4204). 2010-05-27 19:58:28 +00:00
runtime_loader Map read-only segments over-committing for the relocation. This prevents the 2010-04-30 12:09:43 +00:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00