aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-03-29 17:56:04 +0000
committeriximeow <me@iximeow.net>2026-03-29 17:56:04 +0000
commit9bd5202201302bc20dd671d515e74b090eda95cc (patch)
tree5c934272f13a7d4d6466b6b81ca9e670bac32639
parent06ca764412cfa6dca028eaee989412bb0422684b (diff)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3124647..b985f6c 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ require setting up an IDT, GDT, paging, ...
it'd be nice to set up aarch64 processors for code execution too. and
32-bit/16-bit x86. and to do all this on other OSes with other VM APIs.
-there should be an option to set up `syscall`/sysenter` and handle such
+there should be an option to set up `syscall`/`sysenter` and handle such
instructions as a `VcpuExit::Syscall`, but i won't need that for a bit.
it would probably nice to expose a C ffi to embed this into other programs!