-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMM_Book.yaml
44 lines (31 loc) · 876 Bytes
/
MM_Book.yaml
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
---
titlepage: true
titlepage-color: 4AA02C
titlepage-text-color: "FFFFFF"
titlepage-rule-color: "FFFFFF"
titlepage-rule-height: 1
date: \today
version: 0.1
#lang: portuguese
title: "Memory Management"
subtitle: "Address Space of a process, Real & Virtual memory organization, Segmented, Paginated and Segmented-Paginate Virtual Memory Architectures, Memory Replacement Politics"
author: Pedro Martins
email: [email protected]
acknowledgements: Prof. Artur Pereira
university:
name: Aveiro University
url: http://www.ua.pt/
department:
name: Departamento de Eletrónica, Telecomunicações e Informática
url: https://www.ua.pt/deti/
toc-depth: 5
secnumdepth: 5
fontsize: 10pt
indent: true
caption-justification: centering
header-includes:
- \usepackage{multirow}
- \usepackage{booktabs}
- \usepackage{float}
- \usepackage{colortbl}
...