- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
How Bochs Works Under the Hood(Bochs是如何工作的引擎盖下面)
How Bochs Works Under the Hood
nd
2 edition
By Stanislav Shwartsman
and Darek Mihoka
Jun 2012
Table of Contents
Overview 3
Weird macros and other mysteries 4
static methods hack 4
CPU and memory objects in UP/SMP configurations 5
BX_DEBUG/BX_INFO/BX_ERROR/BX_PANIC -- logging macros5
BX_TICK1, BX_TICKN(n), BX_TICK1_IF_SINGLE_PROCESSOR, BX_SYNC_TIME6
Memory - An Introduction 7
The Basic CPU8
Some of the things we have to emulate - The IA-328
The main CPU loop 9
Decoding instructions is *HARD* 9
bxInstruction_c 9
FetchDecode 10
How exceptions are implemented? 10
Optimizations for performance 11
Guest –to-Host TLB11
Guest –to-Host TLB invalidation 12
Code Prefetching 13
The Anatomy of Memory Accesses 14
Self-modifying code (SMC) detection 16
Trace Cache 17
Trace Cache and Handlers Chaining 18
Typical instruction handler 19
Lazy flags handling 19
Repeat speedups21
TBD 21
Things I lied about 21
Ideas for future 22
Squish out flags handling 22
How to be lazy with addresses 22
combine segment limits with TLB pages 22
Overview
The Bochs virtual PC consists of many pieces of hardware. At a bare minimum there are
always a CPU, a PIT (Programmable Interval Timer), a PIC (Programmable Interrupt
Controller), a DMA controller, some memory (this includes both RAM and BIOS ROMs), a
video card (usually VGA), a keyboard port (also handles the mouse), an RTC with battery
backed NVRAM, and some extra motherboard circuitry.
There might also be a NE2K ethernet card, a PCI controller, a Sound Blaster 16, an IDE
controller
您可能关注的文档
- HANDBOOK CLASSIFICATION OF DEFECTS OF (手册分类的缺陷).pdf
- Hand Chain Hoists Delta Rigging(手链式起重机δ操纵).pdf
- Handbook of Formulae and Physical Constants(手册的公式和物理常数).pdf
- Handbook of HEATING, VENTILATION, and AIR (手册的供热、通风和空气).pdf
- HAND PALLET TRUCK OPERATORS MANUAL (手拖板车操作手册).pdf
- HANDBOOK OF S ISOTOPE ANALYTICAL T(手册(S同位素分析T).pdf
- Handling Standards Australia(澳大利亚处理标准).pdf
- Handloads Load Data(Handloads加载数据).pdf
- HANDOUT A.3 FORMULATING THE STATE (讲义。).pdf
- Handrail bends and closures Stanchions Macsteel(扶手弯曲和闭包支柱Macsteel).pdf
- How Does Asset Structure Affect Capital Structure(资产结构是如何影响资本结构).pdf
- How does Marketing Strategy Change in a (营销策略变化如何).pdf
- How Does UV Curing Work Lightwavestore(UV固化Lightwavestore工作如何).pdf
- How I Discovered the Awareness Watching (我发现了意识看如何).pdf
- How male spirituality expresses itself uniquely in (男性精神表达自己独特的如何).pdf
- How the efficiency of induction motor is (感应电动机的效率是如何).pdf
- How Natural and Built Environments Impact (自然和建筑环境的影响如何).pdf
- HOW TO BUILD A DECK Simple Home Repair(如何构建一副简单的家里修理).pdf
- How to Build a Home Bouldering Wall (如何构建一个家抱石墙).pdf
- How To Build an Easy Home Built Spira (如何构建一个简单的房子,斯派拉).pdf
文档评论(0)