<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>http://wiki.foofun.cn//index.php?action=history&amp;feed=atom&amp;title=Emulators</id>
	<title>Emulators - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.foofun.cn//index.php?action=history&amp;feed=atom&amp;title=Emulators"/>
	<link rel="alternate" type="text/html" href="http://wiki.foofun.cn//index.php?title=Emulators&amp;action=history"/>
	<updated>2026-04-05T22:35:55Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.foofun.cn//index.php?title=Emulators&amp;diff=1173&amp;oldid=prev</id>
		<title>Zhang3：创建页面，内容为“{{Emulators}}  模拟器(emulator-仿真器)是一种设备、计算机程序或系统，它接受和其他设备、计算机程序或系统的相同输入并产生和其他设备相同输出。  从在Mac OS上运行Windows到在PS3上运行Game Boy游戏，都可以使用模拟器。 但是，在内核开发的上下文中，我们需要一个通用的仿真器来模拟你希望内核在其中运行的环境。  == 模拟器包 == === QEMU === 从命令行使…”</title>
		<link rel="alternate" type="text/html" href="http://wiki.foofun.cn//index.php?title=Emulators&amp;diff=1173&amp;oldid=prev"/>
		<updated>2022-04-22T12:03:19Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{Emulators}}  模拟器(emulator-仿真器)是一种设备、计算机程序或系统，它接受和其他设备、计算机程序或系统的相同输入并产生和其他设备相同输出。  从在Mac OS上运行Windows到在PS3上运行Game Boy游戏，都可以使用模拟器。 但是，在内核开发的上下文中，我们需要一个通用的仿真器来模拟你希望内核在其中运行的环境。  == 模拟器包 == === QEMU === 从命令行使…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Emulators}}&lt;br /&gt;
&lt;br /&gt;
模拟器(emulator-仿真器)是一种设备、计算机程序或系统，它接受和其他设备、计算机程序或系统的相同输入并产生和其他设备相同输出。&lt;br /&gt;
&lt;br /&gt;
从在Mac OS上运行Windows到在PS3上运行Game Boy游戏，都可以使用模拟器。 但是，在内核开发的上下文中，我们需要一个通用的仿真器来模拟你希望内核在其中运行的环境。&lt;br /&gt;
&lt;br /&gt;
== 模拟器包 ==&lt;br /&gt;
=== QEMU ===&lt;br /&gt;
从命令行使用参数操作[[QEMU]]，这些参数用于指定系统的硬件环境，还用于链接到保存内核二进制文件的映像。 它可用于Linux和Windows (后者称为 “kqemu”)。&lt;br /&gt;
&lt;br /&gt;
运行软盘映像的简单命令如下：&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
qemu -fda floppy.img&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
你可以使用Ctrl+Alt来释放光标(在鼠标被模拟器捕获时)，也可以使用Ctrl+Alt+F来切换全屏。 还有其他参数可供使用:&lt;br /&gt;
&lt;br /&gt;
{| {{wikitable}}&lt;br /&gt;
! 说明 !! 参数&lt;br /&gt;
|-&lt;br /&gt;
| 硬盘图像/设备 ''path'' || &amp;lt;code&amp;gt;-hda ''path''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CD映像/设备 ''path'' || &amp;lt;code&amp;gt;-cdrom ''path''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 引导设备x (如果不是默认) || &amp;lt;code&amp;gt;-boot x&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| (x)MB RAM || &amp;lt;code&amp;gt;-m x&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 本地化时间 || &amp;lt;code&amp;gt;-localtime&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| USB支持 || &amp;lt;code&amp;gt;-usb&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 全屏启动 || &amp;lt;code&amp;gt;-full-screen&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Bochs ===&lt;br /&gt;
[[Bochs]]支持多种功能，所有这些功能都可以通过命令行开关或设置文件仔细定制。 它可以模拟一台装有VBE、NE2000和Sound Blaster 16的PC。 它还具有内置的调试器，可用于测试和调试内核。 Bochs可以模拟支持SMP和x86-64的CPU。  然而，Bochs本身并不使用线程，并且仿真也不是“虚拟的”，因此你可以获得的是缓慢且占用大量CPU的仿真。 Bochs is available for Linux and Windows and is free and open source.&lt;br /&gt;
&lt;br /&gt;
=== Oracle VirtualBox ===&lt;br /&gt;
[[VirtualBox]] 是一个桌面虚拟机包。&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Virtual PC ===&lt;br /&gt;
[[Microsoft Virtual PC]]是一个桌面虚拟机软件包。&lt;br /&gt;
&lt;br /&gt;
=== CPCE ===&lt;br /&gt;
Cpce是一款amstrad仿真器，安装和使用说明请参考[http://cpce.emuunlim.com/ 官方cpce网站]。&lt;br /&gt;
&lt;br /&gt;
=== PearPC ===&lt;br /&gt;
PearPC是 [[PowerPC Overview|PowerPC]]模拟器，提供了有关如何使用PowerPC Mac OS安装设置PearPC仿真器的 [http://pearpcguide.tripod.com 深入教程]。 (Pop-up blocker installed recommended!)&lt;br /&gt;
&lt;br /&gt;
=== YAPE ===&lt;br /&gt;
[http://yape.homeserver.huYAPE] 是苹果Commodore模拟器。&lt;br /&gt;
&lt;br /&gt;
==另见==&lt;br /&gt;
=== 外部链接 ===&lt;br /&gt;
* [http://www.emulators.com/ A website filled with emulators from many platforms]&lt;br /&gt;
* [http://gablog.eu/online/node/39 Quick Qemu Tutorial]&lt;br /&gt;
* [http://qemu-forum.ipi.fi Qemu Forum]&lt;br /&gt;
* [http://www.thefreecountry.com/emulators/arm.shtml A good list of ARM emulators]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulators]]&lt;/div&gt;</summary>
		<author><name>Zhang3</name></author>
	</entry>
</feed>