Fix markdown issue in stivale spec

This commit is contained in:
mintsuki 2020-06-06 18:47:21 +02:00
parent e658faff8a
commit 9f5baf2f12

View File

@ -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.