Page 1 of 1

Modifying Minix

Posted: Sun Jan 29, 2006 9:48 pm
by dalgic
As a personal project on Minix, I want to measure the performance of part of the Minix operating system and to modify that part to produce a better performance. The section I think i should be modifiying is the block cache (buffer cache) which is cache.c in minix. What do I need to know and how can I modify it to achieve this?

Thanks

Posted: Sun Jan 29, 2006 10:05 pm
by feyd
research "profiling" ?