Fix markdown issue in stivale spec
This commit is contained in:
parent
e658faff8a
commit
9f5baf2f12
14
STIVALE.md
14
STIVALE.md
@ -165,12 +165,14 @@ struct mmap_entry {
|
|||||||
|
|
||||||
`type` is an enumeration that can have the following values:
|
`type` is an enumeration that can have the following values:
|
||||||
|
|
||||||
1. Usable RAM
|
```
|
||||||
2. Reserved
|
1 - Usable RAM
|
||||||
3. ACPI reclaimable
|
2 - Reserved
|
||||||
4. ACPI NVS
|
3 - ACPI reclaimable
|
||||||
5. Bad memory
|
4 - ACPI NVS
|
||||||
10. Kernel/Modules
|
5 - Bad memory
|
||||||
|
10 - Kernel/Modules
|
||||||
|
```
|
||||||
|
|
||||||
All other values are undefined.
|
All other values are undefined.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user