Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
IIRC OSDI said that's done so that it is easier to get Minix to compile with different C compilers that have different function declaration syntax - i.e. K&R vs. ANSI C.
Operating Systems: Design and Implementation - Third Edition. Page 132 to be precise I would recommend buying it - although I'm not a huge Minix fan, it's still quite an interesting book.
im not a big fan of how minix is written however i like the general idea.
and im having massive trouble with my micro kernel.
thinking of going back to my monolithic kernel after one last try at a microkernel.
trying to get some ideas from plan 9 and minix on what i want to do with it and
how it should would.