Update documentation/memory.md

This commit is contained in:
2025-11-13 04:54:35 -05:00
parent 9f142941c3
commit d30e1e4582

View File

@ -16,7 +16,8 @@ Cause create all [pt](./memory/page_table.md) will cost 3MB (768 * 1024 * 4, 768
|0|left empty so read or write on NULL triggers an interrupt| |0|left empty so read or write on NULL triggers an interrupt|
|1-767|user process allocations| |1-767|user process allocations|
|768|kernel code and stack| |768|kernel code and stack|
|769-1020|kernel allocations| |769-1019|kernel allocations|
|1020|page for page allocations|
|1021|VBE screen| |1021|VBE screen|
|1022|frame allocator variables| |1022|frame allocator variables|
|1023|multiboot| |1023|multiboot|