Skip to content

Commit 0b9e76f

Browse files
authored
📖 内存检测补充说明
增补了Type为3-5时的意义
1 parent edf3e62 commit 0b9e76f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/01 系统引导/008 内存检测.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Address Range Descriptor Structure ARDS
1818
| ------- | -------------------- | ------------------------------------------------------------------------------------ |
1919
| 1 | AddressRangeMemory | 这段内存可以被操作系统使用 |
2020
| 2 | AddressRangeReserved | 内存使用中或者被系统保留,操作系统不可以用此内存 |
21+
| 3 | | 存储ACPI表,可以被操作系统回收。|
22+
| 4 | | 操作系统不可使用这段内存。|
23+
| 5 | | 已经损坏的内存区域,不可使用。|
2124
| 其他 | 未定义 | 未定义,将来会用到.目前保留. 但是需要操作系统一样将其视为ARR(AddressRangeReserved) |
2225

2326

0 commit comments

Comments
 (0)