Started revision with hardware topics.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 15 May 2010 21:33:41 +0000 (18:33 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 15 May 2010 21:33:41 +0000 (18:33 -0300)
00rev/revision [new file with mode: 0644]

diff --git a/00rev/revision b/00rev/revision
new file mode 100644 (file)
index 0000000..705ed13
--- /dev/null
@@ -0,0 +1,49 @@
+%Revision
+%Thadeu Cascardo
+
+# Hardware
+
+# Machine types
+
+* Von Neumman and the stored program
+* Accumulator
+* Stack
+* Registers
+* ISA
+* Data, addresses and control registers
+
+# Memory
+
+* Buses
+* Memory Cache
+* Segmentation
+* Paging and Virtual Memory
+* Operation Reordering
+
+# Interrupts
+
+* Register saving
+* Maybe different stack
+
+# Supervisor mode
+
+* Protected instructions
+* Protected registers
+* Traps
+
+# Multi-processor systems
+
+* SMP
+* NUMA
+* Memory coherency
+
+# I/O
+
+* Buses
+* Different address space
+* Memory mapped registers
+* Device memory
+* Shared memory
+* DMA
+
+# Operating System