RE: system programming

2008-01-10 Thread David Christensen
Michael wrote: > I am a computer science student taking the operating systems course. > All of our assignments are supposed run on Linux and I don't have a Linux machine. I've taken programming classes and learned the hard way that the only way to ensure that my software worked correctly on the

Re: system programming

2008-01-10 Thread Olivier Nicole
Hi, > I am a computer science student taking the operating > systems course. All of our assignments are supposed > run on Linux and I don't have > a Linux machine. Programming the operating system is very dependent on the operating system. Talk your prof to accept a project based on FreeBSD, t

Re: system programming

2008-01-10 Thread Heiko Wundram (Beenic)
Am Donnerstag, 10. Januar 2008 16:38:47 schrieb Michael S: > I am a computer science student taking the operating > systems course. All of our assignments are supposed > run on Linux and I don't have > a Linux machine. > I was wondering mostly if FreeBSD uses the same > functions for process / thre

system programming

2008-01-10 Thread Michael S
Good day all. I am a computer science student taking the operating systems course. All of our assignments are supposed run on Linux and I don't have a Linux machine. I was wondering mostly if FreeBSD uses the same functions for process / thread handling, whether the header files (e.g. unistd.h,