genode/repos/base-hw/src/lib/hw
Stefan Kalkowski 42db1e112b hw: introduce kernel/user address space split
* introduces central memory map for core/kernel
* on 32-bit platforms the kernel/core starts at 0x80000000
* on 64-bit platforms the kernel/core starts at 0xffffffc000000000
* mark kernel/core mappings as global ones (tagged TLB)
* move the exception vector to begin of core's binary,
  thereby bootstrap knows from where to map it appropriately
* do not map boot modules into core anymore
* constrain core's virtual heap memory area
* differentiate in between user's and core's main thread's UTCB,
  which now resides inside the kernel segment

Ref #2091
2017-10-19 13:31:17 +02:00
..
spec hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
acpi_rsdp.h hw: provide ACPI infos via platform_info ROM 2017-08-28 16:49:44 +02:00
array.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
assert.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
boot_info.h hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
capability.cc hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
mapping.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
memory_map.h hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
memory_region.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
page_flags.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
page_table_allocator.h hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
spin_lock.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
util.h hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00