Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write a virtual machine [closed]

I would like to learn how to write a small emulator/virtual machine. Does anyone know a good tutorial or a simpler project than qemu/virtualbox?

Thx

like image 760
user246456 Avatar asked Apr 08 '10 09:04

user246456


People also ask

How do you close a virtual machine?

To shut down a virtual machine: Select the Home view, and select the virtual machine in the Server Pools folder. Right-click on the virtual machine and select Stop from the menu.

What happens when you close a virtual machine?

Shutting down virtual machine in Parallels Desktop is just like shutting down Windows on a PC. All Windows applications close, giving you the opportunity to save your progress if necessary, and Windows stops running.


1 Answers

Check out my tutorial on how to write your own virtual machine from scratch at http://www.icemanind.com

Its a complete tutorial that will walk you through building a virtual machine and assembler in C#.

like image 100
Icemanind Avatar answered Oct 20 '22 15:10

Icemanind