zondag 26 juli 2009

#04 | Other work

Maybe also interesting: my Bachelor of Science thesis and a short paper on Minix3 I wrote.

#03 | Ansi C linked list implementation

While working on the operating systems practical course, we needed a FIFO queue to represent mutexes and condition variables. Naturally, we used a linked-list to achieve this. Our implementation and a test program can be found here.