aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author6eanut <jiakaiPeanut@gmail.com>2026-01-13 19:06:29 +0800
committerAlexander Potapenko <glider@google.com>2026-01-13 13:04:46 +0000
commite31fcc98a0656b952c90a2bcf6d044efb890e21a (patch)
tree1c0101cfe65320f37beaf922def15bfbb3ca810a
parent31c0c6ae6b3d42da1cb021c6c589271d909acdfd (diff)
docs: fix section numbering error in syzos.md
-rw-r--r--docs/syzos.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/syzos.md b/docs/syzos.md
index 36adb4d69..e1306a8eb 100644
--- a/docs/syzos.md
+++ b/docs/syzos.md
@@ -145,7 +145,7 @@ SYZOS targets the boundary between the Guest and EL2/Firmware.
---
-## 7. Developer Guide: How to Add a New Command
+## 6. Developer Guide: How to Add a New Command
This guide details the process of adding a new SYZOS command, using `SYZOS_API_NESTED_AMD_VMCB_WRITE_MASK` as a reference case.
@@ -198,7 +198,7 @@ Expose the new command to `syzkaller` in the description file (e.g., `sys/linux/
---
-## 8. Validation & Regression Testing
+## 7. Validation & Regression Testing
The system includes a regression testing framework located in `sys/linux/test/`. New commands must include a test case to verify they trigger the expected Hypervisor behavior.