2009年2月28日星期六

虚拟机


(1)我最早用的是vmware - Intel(TM) x86(TM)-compatible virtual machine
The vmware command starts an Intel or AMD X86-compatible or
x86-64-compatible virtual machine. Depending upon your hardware con-
figuration, you can run a number of virtual machines simultaneously.
具体可以看http://www.vmware.com/support
一个可以用的序列号N1HPX-6U248-D206Y-4Y8Z6

(2)由于我要学windows下的汇编语言,但是我没有装windows所以我要在Linux中完成这个
学习就用了dosbox - an x86/DOS emulator with sound/graphics
This manual page briefly documents dosbox, an x86/DOS emulator.
The optional file argument should be a DOS executable or a direc-
tory. If it is a dos executable (.com .exe .bat) the program will run automatically. If it is a directory, a DOS session will run with the directory mounted as C:\. For an introduction type INTRO inside dosbox.
要挂载用Usage MOUNT Drive-Letter Local-Directory比如说用mount c /home/gaowei意思
是把/home/gaowei 挂载到C盘了,你可以用dos的命令来看你挂载的目录了


(3)可以模拟windows下的软件的Linux下的软件是wine
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft Windows binary, and a library (called Winelib) that implements Window API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables.
Wine is free software, released under the GNU LGPL; see the file LICENSE for the details.
http://www.winehq.org/

(4)有一段时间我用Sun xVM VirtualBox Graphical User Interface 2.0.6
2009年 02月 07日 星期六 21:18:17 CST
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
Usage:
-startvm start a VM by specifying its UUID or name
-rmode sdl|image select different render mode (default is sdl) http://www.virtualbox.org

(5)最近,看了一本书,书中要用到bochs - Portable x86 Emulator.
Bochs is a portable Intel Architecture 32 (x86) emulator that runs
on most popular operating systems. Inside the emulator, it can run many operating systems including Linux and Microsoft(R) Win-dows(R).
http://bochs.sourceforge.net

没有评论:

time