Files
vystem/docs/shelter/memory/index.md
2026-03-31 22:15:00 +02:00

515 B

Memory subsystem

Introduction

The memory subsystem is responsible for handling tasks like physical pages allocations, virtual memory management, initial memory map analysis, pages mapping and unmapping and kernel heap management.

Summary

  1. Page subsystem
  2. Virtual memory layout
  3. Ring buffer
  4. Pages block allocator
  5. Slabs allocator
  6. Radix trees subsystem
  7. Pez plane manager
  8. Kernel heap manager