We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于 code/os/02-memanagement/page.c文件, 142 行的位置, page_alloc 函数的 page_i 变量, 用于标记内存是否使用的 bitmap, 为什么是从 HEAP_START 的位置开始分配而不是 heap_start_aligned 开始分配呢?
The text was updated successfully, but these errors were encountered:
HEAP_START 到 _heap_start_aligned 这一段内存也是可以用的呀,为什么不用呢?参考代码中的下面这段注释
HEAP_START
_heap_start_aligned
Sorry, something went wrong.
No branches or pull requests
关于 code/os/02-memanagement/page.c文件, 142 行的位置, page_alloc 函数的 page_i 变量,
用于标记内存是否使用的 bitmap, 为什么是从 HEAP_START 的位置开始分配而不是 heap_start_aligned 开始分配呢?
The text was updated successfully, but these errors were encountered: