~codeforger/michaelos/trunk

« back to all changes in this revision

Viewing changes to mos/talk/73

  • Committer: Michael Rochester
  • Date: 2015-05-17 18:08:20 UTC
  • Revision ID: m.rochester93@googlemail.com-20150517180820-scrdg4vs6jp66k3r
presentation work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
````````````````````````````````````````````````````````````````````````````````
 
2
````````````````````````The Hard Drive Driver : Caching`````````````````````````
 
3
````````````````````````````````````````````````````````````````````````````````
 
4
````The concept of the caching in MOS is simple but very effective.
 
5
````````````````````````````````````````````````````````````````````````````````
 
6
````When a block of the hard disk is read, the cache is first searched
 
7
````````````````````````````````````````````````````````````````````````````````
 
8
````If the block is not already cached, the block is read into the cache from`
 
9
````The disk`````````````````````````````````````````````````````````````````
 
10
````````````````````````````````````````````````````````````````````````````````
 
11
````The read requested then happens to this memory location``
 
12
````````````````````````````````````````````````````````````````````````````````
 
13
````````````````````````````````````````````````````````````````````````````````
 
14
````````````````````````````````````````````````````````````````````````````````
 
15
````````````````````````````````````````````````````````````````````````````````
 
16
````````````````````````````````````````````````````````````````````````````````
 
17
````````````````````````````````````````````````````````````````````````````````
 
18
````````````````````````````````````````````````````````````````````````````````
 
19
````````````````````````````````````````````````````````````````````````````````
 
20
````````````````````````````````````````````````````````````````````````````````
 
21
````````````````````````````````````````````````````````````````````````````````
 
22
````````````````````````````````````````````````````````````````````````````````
 
23
`````````````````````````````````````````````````````````````````````````073/???
 
 
b'\\ No newline at end of file'