Emulators: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m General link tidy-up
fixed links, wrote about Bochs
Line 74:
</table>
 
For more information take a look in the links section below or this [http://wiki.osdev.org/[QEMU |wiki entrypage]]
 
=== BOCHSBochs ===
 
Bochs is also available for Linux and Windows. It is free and open source.
See this [http://wiki.osdev.org/Bochs wiki entry]
 
Bochs supports a variety of features, all of which can be carefully customized with command line switches or a settings file. It can emulate a PC with VBE, NE2000, and Sound Blaster 16. It also has a built-in debugger which can be useful for testing and debugging your kernel. Bochs can emulate CPUs with support for SMP and x86-64. However, Bochs itself does not use threading and the emulation is not ''virtualized'', so you can expect slow and CPU-intensive emulation.
 
See this [[Bochs|wiki page]] for more details on setting up and using Bochs.
 
=== Sun VirtualBox ===
Line 84 ⟶ 88:
''Desktop VM package''
 
See this [http://wiki.osdev.org/Virtual_Box[Virtual Box|wiki entrypage]].
 
=== Microsoft Virtual PC ===
Line 90 ⟶ 94:
''Desktop VM package''
 
See this [http://wiki.osdev.org/Microsoft_Virtual_PC[Microsoft Virtual PC|wiki entrypage]]
 
=== CPCE ===