Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!wuarchive!udel!mmdf From: inf2007@vax.rz.uni-wuerzburg.dbp.de (inf2007) Newsgroups: comp.os.minix Subject: Exercises for Minix and Re: Named pipes Message-ID: <7361@nigel.udel.EDU> Date: 4 Jan 90 05:46:17 GMT Sender: mmdf@udel.EDU Lines: 27 We use Minix 1.3 to implement exercises for the OS course. We had the following exercises until yet: 1) Implement P/V Operations in the MM. 2) Improve last stuff for removing killed processes out of the list. 3) Print a table of blocked processes and their semaphores when F4 is typed. 4) Implement the sleeping barber We would like to contact other universities which have used Minix for exercises for exchanging experience, exercises and example solutions. I also have a user level test program for 1) and 2). We plan: (provided our chief agrees) a scheduler with different user priorities named pipes virtual consoles ??? (probably too much work) For rattan@frith.egr.msu.edu You can use : #define S_IFIFO 0010000 /* fifo */ as in bsd for named pipes. Robert Regn University of Wuerzburg, Germany regn@uniwue.uucp uunet!mcvax!unido!uniwue!regn