forked from jens-ox/OS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
52 lines (27 loc) · 879 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass[fleqn]{summary}
\title{Operating Systems Summary}
\author{Jens Ochsenmeier}
\begin{document}
\input{chapters/01_C}
\input{chapters/02_Intro}
\input{chapters/03_Concepts}
\input{chapters/04_Processes}
\input{chapters/05_ProcessAPI}
\input{chapters/06_Threads}
\input{chapters/07_Scheduling}
\input{chapters/08_ProcessCommunication}
\input{chapters/09_SynchronizationDeadlocks}
\input{chapters/10_MemoryManagementHardware}
\input{chapters/11_Paging}
\input{chapters/12_Caching}
\clearpage
\input{chapters/13_PageFaults}
\input{chapters/14_PageReplacement}
\clearpage
\input{chapters/15_MemoryAllocation}
\input{chapters/16_SecondaryStorage}
\input{chapters/17_FileSystems}
\input{chapters/18_FileSystemImplementation}
\input{chapters/19_IOSystems}
\input{chapters/20_OSStructures}
\end{document}