Skip to content

Commit ff55232

Browse files
Initial Commit
1 parent b26d5b9 commit ff55232

2 files changed

Lines changed: 68 additions & 1 deletion

File tree

docs/building/systemvr4_unix.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<title>Azure</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7+
<link rel="stylesheet" href="../rotor.css" />
8+
</head>
9+
<body>
10+
<div id="page-wrapper">
11+
12+
<!-- Header -->
13+
<div id="header-wrapper">
14+
<div class="container">
15+
<div class="row">
16+
<div class="col-12">
17+
18+
<header id="header">
19+
20+
21+
</nav>
22+
</header>
23+
24+
</div>
25+
</div>
26+
</div>
27+
</div>
28+
29+
<!-- Main -->
30+
<div id="main">
31+
<div class="container">
32+
<div class="row main-row">
33+
<div class="col-8 col-12-medium">
34+
<section>
35+
<p>Azure is a marketing term used for Windows Server and System Center.</p>
36+
<p><a href="https://learn.microsoft.com/en-us/previous-versions/azure/windows-server-azure-pack/dn296435(v=technet.10)">Azure Pack For Windows 10</a></p>
37+
<p><a href="https://www.youtube.com/watch?v=BK0YC_WWTpQ">TechEd 2013: Windows Azure Internals - Mark Russinovich</a></p>
38+
<p><a href="../pdf/Microsoft/HVC_Deployment_Guides_Module_1-Architecture.pdf">Deployment Guides Module 1-Architecture</a></p>
39+
<p><a href="../pdf/Microsoft/HVC_Deployment_Guides_Module_2-Deployment.pdf">Deployment Guides Module 2-Deployment</a></p>
40+
<p><a href="../pdf/Microsoft/HVC_Deployment_Guides_Module_3-Operations.pdf">Deployment Guides Module 3-Operations</a></p>
41+
42+
43+
44+
45+
46+
</section>
47+
48+
49+
</div>
50+
</div>
51+
52+
</div>
53+
54+
55+
<!-- Scripts -->
56+
<script src="assets/js/jquery.min.js"></script>
57+
<script src="assets/js/browser.min.js"></script>
58+
<script src="assets/js/breakpoints.min.js"></script>
59+
<script src="assets/js/util.js"></script>
60+
<script src="assets/js/main.js"></script>
61+
62+
</body>
63+
</html>

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,13 @@ <h3>building Directory</h3>
7575
<td width="31%"><b><a href="building/public.html">public.html</a></b></td>
7676
<td width="69%">Here are instructions starting out in college.</td>
7777
</tr>
78+
<tr>
79+
<td width="31%"><b><a href="building/systemvr4_unix.html">systemvr4_unix.html</a></b></td>
80+
<td width="69%">History of UNIX System V r4</td>
81+
</tr>
7882
<tr>
7983
<td width="31%"><b><a href="building/interix.html">interix.html</a></b></td>
80-
<td width="69%">UNIX Interopability with SCO</td>
84+
<td width="69%">UNIX Interopability</td>
8185
</tr>
8286
<tr>
8387
<td width="31%"><b><a href="building/msdos.html">msdos.html</a></b></td>

0 commit comments

Comments
 (0)