Run Linux and Win concurrently!
Michael O'Donnell
mod at std.com
Wed Mar 17 18:21:05 EST 1999
>A VM does not need to emulate the machine instructions.
Right - many of the instructions in the kernel image would
be directly executed in an unprivileged context. The hairy
parts are exception processing, privileged memory references
and I/O accesses, privileged instructions, etc, etc - those
will all trigger traps into the VM kernel where they'll need
to be emulated; not quite straightforward on a CPU that was
not specifically designed for such gymnastics. And interrupt
handling is a challenge, too - if your service routines aren't
privileged you'll end up incurring emulation traps while servicing
interrupts; workable, but slow...
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list