diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! |
