Modifying Minix

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
dalgic
Forum Newbie
Posts: 1
Joined: Mon Oct 03, 2005 2:39 pm

Modifying Minix

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

research "profiling" ?
Post Reply