LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Other *NIX
User Name
Password
Other *NIX This forum is for the discussion of any UNIX platform that does not have its own forum. Examples would include HP-UX, IRIX, Darwin, Tru64 and OS X.

Notices


Reply
  Search this Thread
Old 02-08-2006, 12:56 PM   #1
computer
Member
 
Registered: Nov 2005
Posts: 89

Rep: Reputation: 15
minix buffer


hi

Has anyone used minix operating system before? if yes did you modify the cache buffer to get a good performance?

I am new to the minix and dont know really how to measure the perferomance by altering the buffer cache.

Any explanation on operation of buffer cache(minix), and how to add codes to buffer cache to get better performance will be great.


thank you
 
Old 02-08-2006, 04:42 PM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i dont think this sight is the best place to get advice on minix.

even though linux is based on minix. not sure most people know it.

no minix forums??
 
Old 02-09-2006, 04:51 AM   #3
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by satinet
even though linux is based on minix.
This is slightly incorrect, the first Linux released was written from scratch and was free of Minix code.
However, Linus devlopment platform was Minix, and he built Linux by using Minix as a "scaffold", replacing each part of it by its own code.

A difference too is that Linux is (only) a kernel, while Minix is a whole Unix like environment.
 
Old 02-09-2006, 05:23 AM   #4
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
when i said based i meant in terms of design philosophy rather than code base....
 
Old 02-09-2006, 06:56 AM   #5
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Well, quite the opposite.
Torvalds was strongly disagreeing with Tanenbaum's design philosopy, both technically, Minix micro-kernel vs Linux all-in-one approach, and openness, Minix wasn't released under an Open Source license, at that time at least.

Of course, it can be said that both Minix and Linux share the same design pattern, being both Unix clones.
 
Old 02-09-2006, 07:41 AM   #6
computer
Member
 
Registered: Nov 2005
Posts: 89

Original Poster
Rep: Reputation: 15
hi everyone,

I couldnt find any forums for minix so i posted it here...

Actually minix is a mini version of linux So....

what about my problem guys? nobody answered my question
 
Old 02-09-2006, 07:46 AM   #7
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
no it's not.....

http://en.wikipedia.org/wiki/Minix
 
Old 02-09-2006, 08:16 AM   #8
computer
Member
 
Registered: Nov 2005
Posts: 89

Original Poster
Rep: Reputation: 15
lol k its not so what about my problem...
 
Old 02-09-2006, 10:12 AM   #9
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
with regard to your question:

doing this is a common performance tweak on sco unix. I presume you are talking about the amount of RAM allocated to disk cache.

depends on how much ram vs how much I/O you have....

well, maybe that's not what you are talking about. i have no idea how to do it.


i love www.wikipedia.org best site on the web bar none. well maybe google...
 
Old 02-11-2006, 11:03 AM   #10
alred
Member
 
Registered: Mar 2005
Location: singapore
Distribution: puppy and Ubuntu and ... erh ... redhat(sort of) :( ... + the venerable bsd and solaris ^_^
Posts: 658
Blog Entries: 8

Rep: Reputation: 31
do you have a copy of example.txt(.gz??) for minix ??
they mentioned increasing the size of *buffer cache* , setting ram disk to 0 and more processes in *config.h* and rebuilding a the kernal ... this is for minix 2 though ...


.
 
Old 02-11-2006, 01:33 PM   #11
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
this sounds similar to what i did in sco unix. there i went and changed some kernel parameters to increase the memory devoted to disk caching and then rebuilt the kernal and rebooted.

however i wouldnt know where to start in minix.. sorry
 
Old 02-13-2006, 11:34 PM   #12
aldimeneira
Member
 
Registered: Jun 2005
Distribution: Ubuntu
Posts: 132

Rep: Reputation: 15
I don't even know that Minix can be downloaded now!
 
Old 02-14-2006, 01:31 AM   #13
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by aldimeneira
I don't even know that Minix can be downloaded now!
Have you been at http://www.minix3.org/ ?
 
Old 02-20-2006, 06:00 AM   #14
alred
Member
 
Registered: Mar 2005
Location: singapore
Distribution: puppy and Ubuntu and ... erh ... redhat(sort of) :( ... + the venerable bsd and solaris ^_^
Posts: 658
Blog Entries: 8

Rep: Reputation: 31
>> "I don't even know that Minix can be downloaded now!"

http://mirrors.kernel.org/oldlinux/Linux.old/Minix/
here is another source , a kind of "source tree" for older minix

http://listserv.nodak.edu/archives/minix-l.html
and here is the minix list dated all the way back to "January 1991, week 1"


poke around if you are free ...


ps :: vary much thanks for the minx 3 link ...


.

Last edited by alred; 02-20-2006 at 06:01 AM.
 
Old 02-20-2006, 06:26 AM   #15
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
minix 3 is the 1st thing that comes up in google. didn't you see that??
 
  


Reply



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
minix buffer cache computer Linux - General 2 02-10-2006 06:09 AM
buffer cache in minix computer Linux - Newbie 1 02-09-2006 10:53 AM
Minix 3 is out Ahmed Other *NIX 4 10-25-2005 02:27 AM
Minix darkRoom General 9 10-18-2005 06:49 PM
x windows on minix??? user222 Other *NIX 1 11-17-2004 06:19 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Other *NIX

All times are GMT -5. The time now is 07:49 PM.

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