Archive for April, 2008

JOS Virtual Memory (part 1)

Tuesday, April 15th, 2008

Introduction
In my last post I mentioned I was writing about JOS’ virtual memory implementation. At first, I was going to write only one post but I have written so much that I had to split the post into two parts.
The first (this one), will talk about the exokernel design and will have a first look [...]

JOS v0.1

Wednesday, April 2nd, 2008

Since I really understood for the first time what an operating system kernel was, I had this utopian desire to write a simple (but functional) kernel.
Although I did not write JOS from scratch and had some help from others, I feel that I have finally archived my goal, because I have written most of JOS’ [...]