-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·36 lines (34 loc) · 1.78 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
<!Doctype HTML>
<body>
<h1>Michael OS: A simple multitasking operating system</h1>
<h3>This site will be used to host any documents I produce during this project like designs, evaluation documents, presentations and posters.</h3>
<h2>Design documents:</h2>
<ul>
<li>
<h4>User Designs:</h4>
<p>These specify how the two user groups will interact with the system</p>
<ul>
<li><a href="Designs/User Design draft1.html">Draft 1</a></li>
</ul>
</li>
<li>
<h4>System Designs:</h4>
<p>These specify the internal structure of the system and how each module cooperates with each other</p>
<ul>
<li><a href="Designs/System Design draft1.pdf">Draft 1</a></li>
</ul>
</li>
<li>
<h4>Programming notes:</h4>
<p>These notes are standards and conventions that I have set during the construction of my kernel.</p>
<ul>
<li><a href="Designs/Kernel Memory Map.html">The memory map of the kernel</a></li>
</ul>
</li>
</ul>
<h2> Code: </h2>
<h3>WARNING: I suggest not booting physical hardware with this image, I never have and therefore you run the risk of something dodgy happening to your hardware.</h3>
<p>The code can be found <a href="mos">here</a>. It is a valid Bazaar branch if you can get Apache to serve you the .bzr sub folder, it also comes with a bochs config file again if you can get apache to server you the .bochsrc file.</p>
<p>Otherwise, mos.iso is a bootable medium with the OS on.</p>
</body>
</HTML>