3 <link rel=
"stylesheet" type=
"text/css" href=
"style.css" />
4 <title>Luiz's Operating System
</title>
8 <h2 align=
"center">JOS
</h2>
10 <p>JOS is an operating system I have developed while reading MIT's operating
11 system course material, which is
12 <a href=
"http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-828Fall-2006/CourseHome/index.htm">available on the web
</a> by
13 <a href=
"http://ocw.mit.edu">MIT OpenCourseWare (OCW)
</a>.
</p>
15 <p>JOS is very small, but it is complete and features the following:
</p>
18 <li>Exokernel design
</li>
20 <li>Virtual memory
</li>
21 <li>Preemptive multitasking
</li>
22 <li>Simple IPC mechanism
</li>
23 <li>Kernel debuger and monitor
</li>
24 <li>Simple FS (supports file creation, writting and removal)
</li>
26 <li>Minimalist bootloader
</li>
29 <p>I have written about JOS in my
<a href=
"http://blog.cpu.eti.br">blog
</a>.
30 If you are interested, please, have a look at the following posts:
</p>
33 <li><a href=
"http://blog.cpu.eti.br/?p=93">JOS v0.1
</a></li>
34 <li><a href=
"http://blog.cpu.eti.br/?p=98">JOS Virtual memory (part
1)
</a></li>
35 <li><a href=
"http://blog.cpu.eti.br/?p=99">JOS Virtual memory (part
2)
</a></li>
41 <li><a href=
"http://repo.or.cz/w/mit-so-course.git?a=tree">Browse
</a> the source code
</li>
43 <a href=
"http://repo.or.cz/w/mit-so-course.git">http://repo.or.cz/w/mit-so-course.git
</a></li>
44 <li>Clone command: $ git clone git://repo.or.cz/mit-so-course.git
</li>