Qemu-fast: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[ | [[Computing]]: [[Software]]: [[qemu]]: [[qemu-fast]]{{seed}} | ||
[[ | ==Summary== | ||
[[qemu-fast]] is like [[qemu]] (and is part of the same package) but | [[qemu-fast]] is like [[qemu]] (and is part of the same package) but runs faster by using part of the actual CPU hardware -- the Memory | ||
runs faster by using part of the actual CPU hardware -- the Memory | Management Unit (MMU) -- instead of simulating it entirely in software. (This technique is called "virtualizing", if I understand right.) There is some correspondence between qemu-fast and kqemu, but I haven't figured out what it is. In my testing, qemu-fast was not able to run the same [[Win98]] image which ran well under [[qemu]]. (It may be that qemu-fast doesn't work with Win98.) | ||
Management Unit (MMU) -- instead of simulating it entirely in | |||
(This technique is called "virtualizing", if I understand right.) There | |||
is some correspondence between qemu-fast and kqemu, but I haven't | |||
figured out what it is. In my testing, qemu-fast was not able to run | |||
the same Win98 image which ran well under [[qemu]]. | |||
[[qemu-fast]] is included in the [[qemu]] distribution. | [[qemu-fast]] is included in the [[qemu]] distribution. | ||
Latest revision as of 10:27, 26 January 2011
Computing: Software: qemu: qemu-fast<hide>
page status::seed
</hide>
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Summary
qemu-fast is like qemu (and is part of the same package) but runs faster by using part of the actual CPU hardware -- the Memory Management Unit (MMU) -- instead of simulating it entirely in software. (This technique is called "virtualizing", if I understand right.) There is some correspondence between qemu-fast and kqemu, but I haven't figured out what it is. In my testing, qemu-fast was not able to run the same Win98 image which ran well under qemu. (It may be that qemu-fast doesn't work with Win98.)
