76
index.html
76
index.html
@ -151,23 +151,46 @@
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<section>
|
||||
<section data-transition="fade-out">
|
||||
<h2>What is an Emulator?</h2>
|
||||
<ul>
|
||||
<img class="fragment" src="media/DEC_VT100_terminal.jpg">
|
||||
<!-- <ul>
|
||||
<li>Console</li>
|
||||
<li>Desktop</li>
|
||||
<li>CPU</li>
|
||||
</ul>
|
||||
</ul> -->
|
||||
</section>
|
||||
<section data-transition="fade-in">
|
||||
<h2>What is an Emulator?</h2>
|
||||
<img src="media/bbs-example.png">
|
||||
<!-- <ul>
|
||||
<li>Console</li>
|
||||
<li>Desktop</li>
|
||||
<li>CPU</li>
|
||||
</ul> -->
|
||||
</section>
|
||||
<section>
|
||||
<h2>Whole-System Emulator</h2>
|
||||
<img src="media/fceux-smb.png">
|
||||
<!--
|
||||
<ul>
|
||||
<li>Wii Virtual Console</li>
|
||||
<li>VirtualBox</li>
|
||||
<li>Parallels</li>
|
||||
</ul>
|
||||
-->
|
||||
</section>
|
||||
<section>
|
||||
<h2>Whole-System Emulator</h2>
|
||||
<img src="media/fceux-smb-debug.png">
|
||||
<!--
|
||||
<ul>
|
||||
<li>Wii Virtual Console</li>
|
||||
<li>VirtualBox</li>
|
||||
<li>Parallels</li>
|
||||
</ul>
|
||||
-->
|
||||
</section> <section>
|
||||
<h2>Transparent Emulator</h2>
|
||||
<ul>
|
||||
<li>HyperV</li>
|
||||
@ -194,8 +217,55 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section data-transition="fade-out">
|
||||
<h2>What is a Computer?</h2>
|
||||
<img class="fragment" src="media/bluenrg-block-diagram.png">
|
||||
</section>
|
||||
<section data-transition="fade">
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-block-diagram-no-extra-bits.png">
|
||||
</section>
|
||||
<section data-transition="fade">
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-block-diagram-cpu.png">
|
||||
</section>
|
||||
<section data-transition="fade">
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-block-diagram-memories.png">
|
||||
</section>
|
||||
<section data-transition="fade-in">
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-block-diagram-peripherals.png">
|
||||
</section>
|
||||
<section>
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-peripherals.png">
|
||||
</section>
|
||||
<section>
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/bluenrg-memory-map.png">
|
||||
</section>
|
||||
<section>
|
||||
<h2>What is a Computer?</h2>
|
||||
<img src="media/conceptual-diagram.png">
|
||||
</section>
|
||||
<section>
|
||||
<h2>Defining a Computer in Renode</h2>
|
||||
<pre><code data-trim>
|
||||
flash: Memory.MappedMemory @ sysbus 0x00000000
|
||||
size: 0x00008000
|
||||
|
||||
sram: Memory.MappedMemory @ sysbus 0x20000000
|
||||
size: 0x00001000
|
||||
|
||||
nvic: IRQControllers.NVIC @ sysbus 0xE000E000
|
||||
IRQ -> cpu@0
|
||||
|
||||
cpu: CPU.CortexM @ sysbus
|
||||
nvic: nvic
|
||||
cpuType: "cortex-m0+"
|
||||
PerformanceInMips: 24
|
||||
</code></pre>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user