-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPrincipal.tex
29 lines (26 loc) · 910 Bytes
/
Principal.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
\input{prefix}
\title{\Huge \textbf{Sistemi operativi}}
\author{
Giacomo Fantoni \\
\small Telegram: \href{https://t.me/GiacomoFantoni}{@GiacomoFantoni} \\[3pt]
Filippo Momesso \\
\small Telegram: \href{https://t.me/Momofil31}{@Momofil31} \\[3pt]
\small Github: \href{https://github.com/giacThePhantom/SistemiOperativi}{https://github.com/giacThePhantom/SistemiOperativi}}
\begin{document}
\maketitle
\tableofcontents
\input{Chapters/01_Introduzione}
\input{Chapters/02_Componenti}
\input{Chapters/03_Architettura}
\input{Chapters/04_ProcessiThread}
\input{Chapters/05_SchedulingCPU}
\input{Chapters/06_SincronizzazioneTraProcessi}
\input{Chapters/07_Deadlock}
\input{Chapters/08_Memoria}
\input{Chapters/09_MemoriaVirtuale}
\input{Chapters/10_MemoriaSecondaria}
\input{Chapters/11_FileSystem}
\input{Chapters/12_RAID}
\input{Chapters/13_IO}
\input{Chapters/14_ProtezioneSicurezza}
\end{document}