l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
INTERFACE:
IMPLEMENTATION:
extern "C" {
extern char _mappings_1, _mappings_end_1;
}
static const vm_offset_t mem_alloc_region
= reinterpret_cast<vm_offset_t>(&_mappings_1);
static const vm_offset_t mem_alloc_region_end
= reinterpret_cast<vm_offset_t>(&_mappings_end_1);
static kmem_slab_t *amm_entry_cache;
static amm_t region_amm;
static oskit_addr_t end_of_last_region;
static helping_lock_t region_lock;
static char keymap[128][2] = {
{'[', '{'},
// {']', '}'}, /* 27 */
{'+', '*'}, /* 27 */
};