Fix markdown issue in stivale spec

This commit is contained in:
mintsuki 2020-06-06 18:47:21 +02:00
parent e658faff8a
commit 9f5baf2f12
1 changed files with 8 additions and 6 deletions

View File

@ -165,12 +165,14 @@ struct mmap_entry {
`type` is an enumeration that can have the following values:
1. Usable RAM
2. Reserved
3. ACPI reclaimable
4. ACPI NVS
5. Bad memory
10. Kernel/Modules
```
1 - Usable RAM
2 - Reserved
3 - ACPI reclaimable
4 - ACPI NVS
5 - Bad memory
10 - Kernel/Modules
```
All other values are undefined.