:: commit 9f5baf2f126998e1dae2e30a8b4de79ed5e092c8

mintsuki <mintsuki@protonmail.com> — 2020-06-06 16:47

parents: e658faff8a

Fix markdown issue in stivale spec

diff --git a/STIVALE.md b/STIVALE.md
index ebd47578..0463ced3 100644
--- a/STIVALE.md
+++ b/STIVALE.md
@@ -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.
 
tab: 248 wrap: offon