diff options
Diffstat (limited to 'system/kqemu/README')
-rw-r--r-- | system/kqemu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/kqemu/README b/system/kqemu/README new file mode 100644 index 0000000000..24e2634fb5 --- /dev/null +++ b/system/kqemu/README @@ -0,0 +1,7 @@ +kqemu: The kermel module for qemu > 0.9.1 + +The QEMU Accelerator (KQEMU) is a driver allowing a user application to +run x86 code in a Virtual Machine (VM). The code can be either user or +kernel code, in 64, 32 or 16 bit protected mode. KQEMU is very similar +in essence to the VM86 Linux syscall call, but it adds some new concepts +to improve memory handling. |