Installing Virtual Box and Windows XP SP3 during Fedora 21
The first step:Download and Install Virtual Box
The first method:
Download address:https://www.virtualbox.org/wiki/Downloads;
According to system, we click onVirtualBox 4.3.20 for Linux hosts, and then downloading Fedora 18 ("Spherical Cow") / 19 ("Schrödingers Cat") i386.
This is a rpm file, so we install it by rpm command, for example, sudo rpm -i VirtualBox-4.3-4.3.20_96996_fedora18-1.i686.rpm.
Secondly, we should install kernel-headers, kernel-devel and dkms by inputting sudo yum install kernel-headers kernel-devel dkms.
And then, we should update our system by inputting sudo yum update.
Finally, we input sudo /etc/init.d/vboxdrv setup. 
The second method:
In terminal, inputting sudo yum install VirtualBox to download and install virtual box.
Secondly, we should install kernel-headers, kernel-devel and dkms by inputting sudo yum install kernel-headers kernel-devel dkms.
And then, we should update our system by inputting sudo yum update.
Finally, we input sudo /etc/init.d/vboxdrv setup. 
The second step:Download and install Oracle Vm VirtulBox Extension Pack
Download address:http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html#extpack
Please select the lastest version.
Opening virtual box, clicking on file-> Preference->Extensions->Add Package, selecting Oracle Vm VirtulBox Extension Pack, Finally clicking on ok button;
The third step:Download and Install Windows XP SP3
Firstly, Download address:http://www.itellyou.cn/, clicking on 操作系统->Windows XP ->英文->Windows XP Professional with Service Pack 3 (x86) - CD (English) 
Opening VirtualBox, and then:
 
Setting RAM to 1G.

Setting size to 50G.

Setting CPUs to 4 processors.

Selecting Windows XP(32bit).iso.
Finally, clicking on Start button.
 
The fourth step:Configuring the sound card driver
Download address:http://zhidao.baidu.com/link?url=BHKVLNRlQwlPmsCD1Xe0rkuDpQcyTa19PcSNpcBQ_N0IPbUoES325VgWKIQBRD9d22XOdXkxKTO0z5AZmVgDeq
vBox_NetAuto_Driver.zip.
After downloading, changing the vBox_NetAuto_Driver.zip's suffix to .ISO, and then loading it by clicking on cd/dvd.
Opening Device Manger, uninstall the current sound card driver, and then reboot system.


The fiveth step:Configuring Language
Opening control panel, selecting Date,Time,Language,and Regional Options, clicking on Add other languages, selecting.

 
原文链接:http://user.qzone.qq.com/1043480007/2

fedora 21下Virtual Box安装Windows XP SP3的更多相关文章

  1. Ubuntu下使用虚拟机安装Windows XP(sunvirtualbox)

    看完这个教程之后,网银?淘宝?CS?魔兽?---一个都不能少!好了,教程开始! 首先下载虚拟机,下载地址:http://download.virtualbox.org/virtualbox/3.1.0 ...

  2. 在 Virtual Box 安装 Mac Os 并安装 Qt 开发应用

    导读 由于 Beslyric-for-X 项目开发需要,开始尝试在 Mac Os 下开发 Qt 应用.尝试成功后,记录于此,希望对有类似需求的人有所帮助. 本文以开发 Beslyric-for-X 为 ...

  3. MDAC 在WINDOWS XP SP3 不能安装 的解决方法

    MDAC 在WINDOWS XP SP3 不能安装 的解决方法 解决步骤如下: c:/windows/inf 下找出mdac.inf 然后点右键->安装.在弹出提示路径选取c:/windows/ ...

  4. 解决Virtual Box 安装Mac OS X当出现“hfs: summary table not allowed on FS with block size of 2048”问题

    解决Virtual Box 安装Mac OS X当出现"hfs: summary table not allowed on FS with block size of 2048"问 ...

  5. 如何在老惠普电脑上安装windows xp系统

    如何在老惠普电脑上安装windows xp系统 前提,老式的紧凑的惠普台式机,装了linux系统,想要装windows xp系统另作他用.但是使用U盘PE怎么也进不了? 解决办法: 1.拆下惠普主机上 ...

  6. U盘安装 Windows XP 原版 ISO 的几点心得

    虽然我一直致力于推动最新操作系统的部署,劝说周围朋友尽快淘汰 Windows XP,但还是难免有一些老电脑.老朋友的电脑,坚持要使用 XP 系统. 这里有几点使用U盘安装 Windows XP 原版 ...

  7. 在虚拟机安装windows xp时所需要的序列号

    最新的windows xp sp3序列号 xp序列号 最新的windows xp sp3序列号(绝对可通过正版验证)  MRX3F-47B9T-2487J-KWKMF-RPWBY(工行版) 可用(强推 ...

  8. Windows XP SP3下成功编译CUint2.1-3

    软件环境:Visual C++ 6.0 操作系统:Windows XP SP3 从sourceforge.net下载CUint-2.1-3.tar.bz解压出目录CUnit-2.1-3 从CUint打 ...

  9. 用“U盘”重新安装(MSDN)原版Windows XP sp3操作系统(图文)

    安装微软(MSDN)原版Windows XP sp3系统的方法不少,可以说是很多,但是我就用“U盘”安装.用“U盘”装XP系统也不是什么稀罕事,不会的,就按照下面我常用的“U盘”装原版Windows ...

随机推荐

  1. Ubuntu16.04下LAMP环境的安装与配置

    Ubuntu16.04下LAMP环境的安装与配置 最近做个实验需要用到Ubuntu环境的靶场,所以这里介绍下Ubuntu环境下LAMP的安装与配置,话不多说,我们gkd! 1.Apache2的安装 首 ...

  2. Python常用模块之模块的使用

      一 模块介绍 1.什么是模块? #常见的场景:一个模块就是一个包含了一组功能的python文件,比如spam.py,模块名为spam,可以通过import spam使用. #在python中,模块 ...

  3. 排查tomcat服务器CPU使用率过高

    tomcat要运行依赖于JDK,tomcat服务器的CPU使用率过高,大多都是因为部署的web程序的问题. 一.现象描述 在一次线上环境,前台访问页面的速度越来越慢,从浏览器F12中看到发出的请求都是 ...

  4. HTML+CSS:css定位详解之相对定位、绝对定位和固定定位

    相对定位 如果想为元素设置层模型中的相对定位,需要设置position:relative;,它还是会占用该元素在文档中初始的页面空间,通过left.right.top.bottom属性确定元素在正常文 ...

  5. Java进行二元操作类型转换

    当对两个数值进行二元操作时,先要将两个操作数转换为同一种类型,然后再进行计算. 如果两个操作数中有一个是double类型,另一个操作数就会转换为double类型. 否则,如果其中一个操作数是float ...

  6. Android视频悬浮窗口实现

    前言 本文例子实现了点击显示悬浮窗口,同时窗口可播放视频,拖动位置,点击关闭及返回APP页面,通过例子来讲述悬浮窗口实现原理及细节处理,效果图如下所示: 原理 WindowManager对View视图 ...

  7. VUE_shop(第十天)项目的打包优化

    项目的打包优化 1.添加页面的加载效果 1.首先安装运行依赖nprocess,在main.js文件中的axios拦截器拦截请求的时候调用Npeocees.start. 在拦截响应的时候调用nproce ...

  8. java实现图片的上传和展示

    一.注意事项: 1,该项目主要采用的是springboot+thymeleaf框架 2,代码展示的为ajax完成图片上传(如果不用ajax只需要改变相应的form表单配置即可) 二.效果实现: 1,页 ...

  9. xshell使用记录

    1.rz---上传文件 2.ls----列出文件 3.chmod +x webbench_pro  -----赋予执行权限 4../webbench_pro----当前目录执行程序

  10. 端口扫描工具nmap的常用参数讲解

    转载请注明出处:https://www.cnblogs.com/wangyanzhong123/p/12576406.html nmap下载与安装 这个没什么好说的.很简单官网上下载就ok了,需要注意 ...