-
Notifications
You must be signed in to change notification settings - Fork 13
/
LinuxMemManage.html
57 lines (50 loc) · 1.38 KB
/
LinuxMemManage.html
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
53
54
55
56
57
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Memory Management in Linux
</title>
</head>
<body>
<h1>
Memory Management in Linux
</h1>
<div style="text-align:center">
<p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Laurentius_de_Voltolina_001.jpg/290px-Laurentius_de_Voltolina_001.jpg">
</p>
</div>
<h2>
Major topic
</h2>
<h3>
Minor topic
</h3>
<h2>
Source Code
</h2>
<ul>
<li>
<a
href="https://github.com/gcallah/utils/blob/master/LectureTempl.html">
HTML
</a>
</ul>
<h2>
External Links
</h2>
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/Lecture">
Lectures
</a>
</ul>
<h2>
Homework
</h2>
<ol>
<li>Study lectures!
</ol>
</body>
</html>