haiku/headers
Ithamar R. Adema eea45d0a32 ARM: cleanup of bootloader memory mapping
* Removes default mapping of a portion of the RAM (will be done
  as needed)
* Passes on the page directory area to kernel, so on early vm init
  the kernel can use the area for pagetable allocation.
* Leaves it to the platform to pass in physical memory range(s). This
  will ultimately come from FDT.
* Fix long standing issue with allocation of the heap, potentially
  causing other part of the bootloader to overwrite the heap.
* Implements pagetable allocator in kernel for early vm mapping.

This fixes the first PANIC seen, we now just get the same one later
on when the VM is up... more to come...
2014-09-07 20:56:15 +02:00
..
build Fix HaikuBuildCompatibility to not define atmics anymore. 2014-08-29 09:37:44 +02:00
compatibility
config
cpp
glibc
libs
os Fix "strict aliasing rules" warnings 2014-09-02 10:16:01 +02:00
posix Revert "Add sys/ucontext.h" 2014-08-09 20:18:05 +02:00
private ARM: cleanup of bootloader memory mapping 2014-09-07 20:56:15 +02:00
tools