Computer Organisation Architectures

Any other languages/frameworks/topics you think we should look at? 202308131514
Status: #idea
Tags: OS

Computer Organisation Architectures

Von Neumann Architecture

Stored Program Concept

Only programs in memory can be executed by a MuP.
Programs in I/O need to be moved to memory before execution

Harvard Architecture

Info

Instruction cache: Read only
Data cache: Read-write

Modified Harvard


References

  1. Introduction to OS