aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-04-22 05:33:43 +0000
committeriximeow <me@iximeow.net>2026-04-22 05:33:43 +0000
commit4e0cab8fa5461bb32274e2ebba588c964e5a3cd7 (patch)
tree5614a4eb7ac4db0c3b2c140210c43547df0d7c6a /README.md
parent6eb9d69ebf3472bb9fb39fe4b7144d92f031f105 (diff)
support syscall and a corresponding exit kind
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index b985f6c..1d229c6 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,6 @@ 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
-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!
such an ffi interface should be straightforward. i haven't needed one yet.