This repository was archived by the owner on Jun 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
210 lines (199 loc) · 5.44 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="./_/stylesheet.css">
<title>Main page - osdev.wiki</title>
<meta name="keywords" content="osdev-wiki,osdev,programming,x86">
<meta name="description" content="The place to start for operating system development in the 2020s.">
</head>
<body>
<span id="roothack" href="./"></span>
<div id="content">
<svg id="logo" viewBox="0 0 747.13464 126.28621">
<use href="./_/static/logo.svg#g623"></use>
</svg>
<div id="navbar"><ul>
<li><a href="./">Main page</a></li>
<li><a href="./categories">Category list</a></li>
<li><a href="./tags">Tag list</a></li>
<li><a href="https://github.com/osdev-wiki/wiki/blob/main/index.adoc">Edit this page</a></li>
</ul>
<div class="stork-wrapper">
<input data-stork="wiki" placeholder="Search..." />
<div data-stork="wiki-output"></div>
</div>
<!-- vim: set sw=4 et : -->
</div>
<div id="padding"></div>
<div id="toc"><ul class="sectlevel1">
<li><a href="#_contributing">1. Contributing</a></li>
<li><a href="#_quick_access">2. Quick Access</a>
<ul class="sectlevel2">
<li><a href="#_tutorials">2.1. Tutorials</a></li>
<li><a href="#_toolchain">2.2. Toolchain</a></li>
<li><a href="#_hardware">2.3. Hardware</a></li>
<li><a href="#_learning">2.4. Learning</a></li>
<li><a href="#_bootloaders">2.5. Bootloaders</a></li>
</ul>
</li>
<li><a href="#_todo">3. Todo</a></li>
</ul></div>
<article>
<h1 class="sect0">Main page</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Welcome to <strong>osdev.wiki</strong>!</p>
</div>
<div class="paragraph">
<p>The goal of this wiki is to create a decentralized repository of accurate and
up-to-date information on operating system development.
This site is currently <strong>WIP</strong> and very incomplete, thus contributions are
welcome!</p>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<div class="title">Important</div>
</td>
<td class="content">
This wiki is not endorsed by, does not have any connection to, and
is not related in any way with another wiki found at
<a href="https://wiki.osdev.org">wiki.osdev.org</a>.
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_contributing">1. Contributing</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Before contributing to this wiki, you should read following pages:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/writer_tutorial.html">Writing a document</a>, for a quick tutorial on how to
write pages for this wiki.</p>
</li>
<li>
<p><a href="./pages/guidelines.html">Style guidelines</a>, for rules on article structure,
vocabulary, commit messages and much more.</p>
</li>
</ul>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<div class="title">Important</div>
</td>
<td class="content">
By submitting a contribution to this wiki, you irrevocably agree to release
your contribution under the <a href="./licenses/CC0.txt">CC0 license</a> and certify
that you have the right to do so.
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_quick_access">2. Quick Access</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_tutorials">2.1. Tutorials</h3>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/stivale_barebones.html">Stivale C bare bones</a></p>
</li>
<li>
<p><a href="./pages/cross_clang.html">Cross compiling using Clang</a></p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_toolchain">2.2. Toolchain</h3>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/visual_studio.html">Visual Studio</a></p>
</li>
<li>
<p><a href="./pages/calling_conventions.html">Calling conventions</a></p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_hardware">2.3. Hardware</h3>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/x86.html">x86</a></p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_learning">2.4. Learning</h3>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/fundamentals.html">Computer science fundamentals</a></p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bootloaders">2.5. Bootloaders</h3>
<div class="ulist">
<ul>
<li>
<p><a href="./pages/stivale.html">Stivale</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_todo">3. Todo</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>Welcome to the modern era</p>
</li>
<li>
<p>Stivale C# bare bones</p>
</li>
<li>
<p>LLVM + Clang</p>
</li>
</ul>
</div>
</div>
</div>
</article>
<footer>
© 2021 osdev.wiki contributors.
All contents released under the Creative Commons Zero license.
Search provided by
<a href="https://stork-search.net/">Stork</a> under the
Apache-2.0 license.
<a href="https://github.com/osdev-wiki/wiki/blob/30181e43cb85fd023bd1da5b0a230fed2b93a768/index.adoc">Source code</a>.
</footer>
</div>
<script src="https://files.stork-search.net/releases/v1.4.0/stork.js" integrity="sha512-aWKhPNaS3Dw47qzN1e1oxmqW0LofAvNpvrLFPb+DISgrfQPdkn5bmqaVnPyyPK5o69v9z1alQhU9yEvUcgp9Cg==" crossorigin="anonymous"></script>
<script src="./_/static/search.js"></script>
</body>
</html>
<!-- vim: set sw=4 et : -->