增加对特定架构内存使用情况的文档

This commit is contained in:
pointer-to-bios 2024-02-25 20:46:56 +08:00
parent 25116eaee4
commit f64ff62b75
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@
#include <types.h> #include <types.h>
#include <libk/bits.h> #include <libk/bits.h>
/**
* @details x86_64
*
*
*
* * 0 \~ 2MB使
* * 2MB \~ 4MB
* * 4MB \~ 16MB
* * 16MB \~ ?
* * ? \~ 128MB
*/
/** /**
* @name MEMM_PAGE_SIZE * @name MEMM_PAGE_SIZE
* @addindex * @addindex