LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


View Poll Results: Which nix is good for academic purpose
Minix 3 27.27%
Linux 8 72.73%
FreeBSD 5 45.45%
Multiple Choice Poll. Voters: 11. You may not vote on this poll

Reply
  Search this Thread
Old 06-01-2010, 12:57 PM   #1
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Rep: Reputation: 15
Which nix is good for academic purpose


Hi,
I have operating system course next semester. I wanted to cover some unix like operating system(kernel level) for getting practical experience too. I have good command on C and assembly(AT &T). However I was confused which *nix to choose for this purpose. After some research I found these good options:
1.MINIX
2.Linux kernel
3.FreeBSD

Kindly suggest which one will suit most for me. Also if you have other options in mind do suggest those too. Following are important factors which might help in decision:
1.Ease of understanding.
2.Future use for me.
3.Some possibility of adding some code from my side to experiment with.
Thanks in advance! I hope this is correct forum to post in.
 
Old 06-01-2010, 01:05 PM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Minix isn't really a serious option anymore, linux or bsd are your better options, that being said linux is in more common use, bsd has a more flexible license.

Edit: It's also worth noting that in the bsd/linux arena you have to choose distribution also. Based on the criteria you specified I would suggest linux-- perhaps ubuntu or fedora for desktop (deb or rpm respectively as package source) or for server debian or centos (deb or rpm).

I would try on your desktop first and go the Ubuntu route. YMMV.

Last edited by rweaver; 06-01-2010 at 01:07 PM.
 
Old 06-01-2010, 01:45 PM   #3
posixculprit
Member
 
Registered: May 2010
Posts: 136

Rep: Reputation: 42
NetBSD
 
Old 06-01-2010, 02:40 PM   #4
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rweaver View Post
Minix isn't really a serious option anymore, linux or bsd are your better options, that being said linux is in more common use, bsd has a more flexible license.

Edit: It's also worth noting that in the bsd/linux arena you have to choose distribution also. Based on the criteria you specified I would suggest linux-- perhaps ubuntu or fedora for desktop (deb or rpm respectively as package source) or for server debian or centos (deb or rpm).

I would try on your desktop first and go the Ubuntu route. YMMV.
Thaks a ton for reply rweaver!
Yes its true even I don't see any future use for Minix. As far as linux distro goes I am sticking with slackware for some time(got introduced to it in this forum ). However I am more interested in knowing about kernel level programming rather than system administration or configuration, like working/implementation of process scheduler, different file system implementation etc. Thus I think all linux distro runs same or variation of linux kernel. Its the kernel I want to learn about. Still thanks for your kind reply.
 
Old 06-01-2010, 02:41 PM   #5
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by posixculprit View Post
NetBSD
Thanks for reply posixculprit!
Can you kindly give some reasons why? Like how it suits my need. Frankly I am quite unacquainted with NetBSD.
 
Old 06-01-2010, 03:08 PM   #6
posixculprit
Member
 
Registered: May 2010
Posts: 136

Rep: Reputation: 42
NetBSD has elegant, portable code which you can learn from.
 
Old 06-01-2010, 03:38 PM   #7
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by posixculprit View Post
NetBSD has elegant, portable code which you can learn from.
Thanks! will download and look at it. Are there any guides for it like Mc Cuisk's book of design and implementation of freebsd.
 
Old 06-01-2010, 04:05 PM   #8
fruttenboel
Member
 
Registered: Jul 2008
Location: Tilburg NL
Distribution: Slackware 14.2 ciurrent, kernel 3.18.11
Posts: 270

Rep: Reputation: 48
Quote:
Originally Posted by dheerajsuthar2008 View Post
Hi,
I have operating system course next semester. I wanted to cover some unix like operating system(kernel level) for getting practical experience too. I have good command on C and assembly(AT &T). However I was confused which *nix to choose for this purpose. After some research I found these good options:
1.MINIX
2.Linux kernel
3.FreeBSD

Kindly suggest which one will suit most for me. Also if you have other options in mind do suggest those too. Following are important factors which might help in decision:
1.Ease of understanding.
2.Future use for me.
3.Some possibility of adding some code from my side to experiment with.
Thanks in advance! I hope this is correct forum to post in.
Minix has no future. It is too good.
 
1 members found this post helpful.
Old 06-01-2010, 04:32 PM   #9
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fruttenboel View Post
Minix has no future. It is too good.
Thanks for reply!
But couldn't understand it. So then should I use it for study? Obviously understanding is my greater priority then the future. However it should be at least in line with the other major players(like linux) so that I can switch them to afterward.
 
Old 06-01-2010, 08:54 PM   #10
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 13, Ubuntu 10.04
Posts: 2,379

Rep: Reputation: 148Reputation: 148
There are significant architectural differences between Minix and Linux that have led to the exchange of heated words. Minix is a micro kernel and pushes as much as it can into user space, whilst Linux is a monolithic kernel which, well, includes much more in the kernel .

Which is best for you? First you could ask your instructor. Do you know which text you will be using?

Minix is used a lot in education to explain the concepts of the operating system. Typically the version used is Minix 1 (For which the text book Operating Systems: Design and Implementation by Andrew Tanenbaum was written) Minix is now on version 3 and is targeting embedded systems and applications requiring high reliability. Which may explain to you the slightly cynical comment from fruttenboel, it is very good.
 
1 members found this post helpful.
Old 06-01-2010, 09:22 PM   #11
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
All of them are good to study.
 
1 members found this post helpful.
Old 06-01-2010, 10:44 PM   #12
wje_lq
Member
 
Registered: Sep 2007
Location: Mariposa
Distribution: FreeBSD,Debian wheezy
Posts: 811

Rep: Reputation: 179Reputation: 179
Quote:
Originally Posted by fruttenboel View Post
Minix has no future. It is too good.
wje_lq likes this.
 
Old 06-01-2010, 11:02 PM   #13
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by graemef View Post
There are significant architectural differences between Minix and Linux that have led to the exchange of heated words. Minix is a micro kernel and pushes as much as it can into user space, whilst Linux is a monolithic kernel which, well, includes much more in the kernel .
Thanks for the clear explanation. Can you give similar one-two line brief about freebsd also. I checked and found it also monolithic(well may be wrong as newbie :-)) and its an complete OS.

Quote:
Which is best for you? First you could ask your instructor. Do you know which text you will be using?
I already asked, text is Silberschatz,Galvin - Operating System Concepts and no practical OS is covered with it.Its my own interest to cover some practical e.g. alongside.

Quote:
Minix is used a lot in education to explain the concepts of the operating system. Typically the version used is Minix 1 (For which the text book Operating Systems: Design and Implementation by Andrew Tanenbaum was written) Minix is now on version 3 and is targeting embedded systems and applications requiring high reliability. Which may explain to you the slightly cynical comment from fruttenboel, it is very good.
OK. I think using minix 3 will be good as its atleast used in some practical use. Thanks again for your detailed reply.
 
Old 06-01-2010, 11:03 PM   #14
dheerajsuthar2008
Member
 
Registered: May 2008
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Mr-Bisquit View Post
All of them are good to study.
Thanks for reply.
 
Old 06-02-2010, 01:34 PM   #15
ArthurSittler
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 124

Rep: Reputation: 31
argument for using Linux

I would recommend using Linux because Understanding the Linux Kernel, third edition, by Bovet and Cesati is a currently available text that was actually developed from the curriculum of an operating system course. However, if I were planning such a course I might use it as a secondary text, with some other text that covers operating systems in a more general and generic way as the primary material.

(EDIT follows)
Maybe Minix would be a better choice because Tannenbaum created it specifically for educational purposes, and because it is intentionally a minimalist design, which would be easier to cover in the limited time available in a school term. Despite rumors to the contrary, Minix is not actually dead.

I also cannot ignore any recommendations by posixculprit. Admitting my own ignorance of BSD, and seeing how many parts of Linux are not actually as easily followed as I would like, I would not dismiss his assertion that the BSD source is clear and elegant.

Last edited by ArthurSittler; 06-02-2010 at 01:50 PM. Reason: second thoughts
 
1 members found this post helpful.
  


Reply

Tags
course, kernel, system


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what was the ultimate purpose of the non-nix forum? newbiesforever General 15 10-25-2007 05:34 PM
Redhat As (academic version) Fredstar Linux - Enterprise 1 07-26-2005 02:28 PM
good sites to learn *nix begby Linux - Distributions 4 01-27-2005 04:10 PM
FreeBSD/NetBSD good as all-purpose computer? Cyberian *BSD 2 09-17-2004 04:19 PM
RH Enetrprise Linux AS Academic Ed sted Red Hat 1 05-03-2004 09:49 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 03:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration