-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathdocs.html
88 lines (72 loc) · 2.31 KB
/
docs.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
<html>
<head>
<title>The NewOS Operating System: Docs</title>
</head>
<body BGCOLOR="#FFFFFF">
<h1 align="center">The NewOS Operating System Documentation</h1>
<hr>
<hr>
<table border="0" width="100%" bgcolor="#E8E8E8">
<tr>
<td width="100%" height="100%" valign="top" align="left">
Hopefully these docs will help you get to know NewOS a bit better.<br>
</td>
</tr>
</table>
<hr>
<table border="0" width="100%" bgcolor="#E8E8E8">
<tr>
<td width="100%" height="100%" valign="top" align="left">
<center><h3>Development</h3></center>
<a href="docs/gdb_post_mortem.html">GDB remote debugging of a kernel crash</a><br>
<a href="docs/os_books.html">OS Books</a><br>
<a href="docs/repository.html">Setting up the source repository</a><br>
<a href="docs/building.html">Building newos</a><br>
</td>
</tr>
</table>
<hr>
<table border="0" width="100%" bgcolor="#E8E8E8">
<tr>
<td width="100%" height="100%" valign="top" align="left">
<center><h3>General</h3></center>
<a href="docs/usage.html">Usage notes</a><br>
<a href="docs/booting.html">Booting NewOS</a><br>
<a href="docs/newos_shell_manual.html">NewOS shell manual</a><br>
</td>
</tr>
</table>
<hr>
<table border="0" width="100%" bgcolor="#E8E8E8">
<tr>
<td width="100%" height="100%" valign="top" align="left">
<center><h3>Source docs</h3></center>
<a href="http://acm.roosevelt.edu/~chandler/articles/newos/NewOS_Scheduler.html">
The NewOS Thread Scheduler documentation</a><br>
</td>
</tr>
</table>
<hr>
<table border="0" width="100%" bgcolor="#E8E8E8">
<tr>
<td width="100%" height="100%" valign="top" align="left">
<center><h3>Mailing list archives</h3></center>
Lots of problems/solutions with using and working on NewOS can be found in the
mailing list archives.<br>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_id=1498">
Developers archive</a><br>
</td>
</tr>
</table>
<hr>
<table border="1" width="100%" bgcolor="#D9D5FF">
<tr>
<td width="100%" height="49" valign="top" align="center"><small><font color="#000000">This
page copyright 2002 </font></small><font size="2">© <a href="mailto:[email protected]">Travis
Geiselbrecht</a><br>
Any questions, comments, gripes, whatever:
<a href="mailto:[email protected]">[email protected]</a></font></td>
</tr>
</table>
</body>
</html>