重构内存分配器、增加中断支持、整理rust运行时环境 #4

Merged
pointer-to-bios merged 39 commits from downstream into main 2024-04-11 00:36:14 +08:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit f64ff62b75 - Show all commits

View File

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