We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf3e62 commit 0b9e76fCopy full SHA for 0b9e76f
docs/01 系统引导/008 内存检测.md
@@ -18,6 +18,9 @@ Address Range Descriptor Structure ARDS
18
| ------- | -------------------- | ------------------------------------------------------------------------------------ |
19
| 1 | AddressRangeMemory | 这段内存可以被操作系统使用 |
20
| 2 | AddressRangeReserved | 内存使用中或者被系统保留,操作系统不可以用此内存 |
21
+| 3 | | 存储ACPI表,可以被操作系统回收。|
22
+| 4 | | 操作系统不可使用这段内存。|
23
+| 5 | | 已经损坏的内存区域,不可使用。|
24
| 其他 | 未定义 | 未定义,将来会用到.目前保留. 但是需要操作系统一样将其视为ARR(AddressRangeReserved) |
25
26
0 commit comments