Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[comp.os.minix] Free minix-like kernel sources for 386-AT

329 views
Skip to first unread message

Michael Haardt

unread,
Oct 7, 1991, 5:43:09 PM10/7/91
to
torv...@klaava.Helsinki.FI (Linus Benedict Torvalds) writes:
> Do you pine for the nice days of minix-1.1, when men were men and wrote
> their own device drivers? Are you without a nice project and just dying
> to cut your teeth on a OS you can try to modify for your needs? Are you
> finding it frustrating when everything works on minix? No more all-
> nighters to get a nifty program working? Then this post might be just
> for you :-)
Wow! Another real programmer has joined this group.

> I can (well, almost) hear you asking yourselves "why?". Hurd will be
> out in a year (or two, or next month, who knows), and I've already got
> minix. This is a program for hackers by a hacker. I've enjouyed doing
> it, and somebody might enjoy looking at it and even modifying it for
> their own needs. It is still small enough to understand, use and
> modify, and I'm looking forward to any comments you might have.
If it becomes a stand-alone system, I will quit MINIXing. There is no
need to ask "why?". Sure, MINIX 386 might by nice, if only there would
be official support. At the moment, you have to ftp a lot to get a 386
system working with all needed utilities and nobody knows when there
will be the next offical version. Most MINIX systems are in a twilight
zone, somewhere between 1.5 with heavy patches and 1.6.16 with patches.
The result is a mix of POSIX and system 7 and heaven know what else.
Not that I am not happy with that MINIX, but there is no announcement
which promises to set a new standard. I even don't know exactly what
patches are in my kernel and in my header files, some time ago I stopped
counting. I doubt that most of my programs will compile on plain 1.5,
which is what you can buy. FvK's "Advanced MINIX" might had been a
way out, but it failed due to copyright reasons.

A friend of mine is currently doing this. A small system which runs
without limitations of segments would be great. Without PH copyright,
one can just give sources to someone else for explaining a feature or
discussing a new implementation, without these diffs and diffs to diffs
and diffs to ...

Summary: It depends on your ability to ftp, on the archive you use and
on your personal capabilities, which system you will get.

> I'm also interested in hearing from anybody who has written any of the
> utilities/library functions for minix. If your efforts are freely
> distributable (under copyright or even public domain), I'd like to hear
> from you, so I can add them to the system. I'm using Earl Chews estdio
> right now (thanks for a nice and working system Earl), and similar works
> will be very wellcome. Your (C)'s will of course be left intact. Drop me
> a line if you are willing to let me use your code.
I hadn't wrote something which might help you at this low level stage,
but once you reach the level of using it, you might look for a small
roff for man pages. I would help you to port mroff, if you want to.
I hope that everybody else will help you with this project, it might be
a real alternative to MINIX. What about setting up a mailing-list? If
only enough people work on the library, it should be complete soon.

Michael

Ari Lemmke

unread,
Oct 9, 1991, 12:15:07 AM10/9/91
to

In article <91100...@gandalf.informatik.rwth-aachen.de> mic...@gandalf.informatik.rwth-aachen.de (Michael Haardt) writes:
> If it becomes a stand-alone system, I will quit MINIXing.

Me too ;-)

torv...@klaava.Helsinki.FI (Linus Benedict Torvalds) writes:
>> I can (well, almost) hear you asking yourselves "why?".

I have been thinking of doing it (and partially actually
did), but had no guts to do the whole work ...

> There is no need to ask "why?". Sure, MINIX 386 might by
> nice, if only there would be official support.

Official support means you have
1) Product
2) Team to support it

Case 1 is easy, but for the case 2 I can not say the same ...
They have to eat too ;-) i.e. work hard and get some
salary too. Then they need shops etc. to sell the
product/support.

I don't need any "official support" .. the magical
words mean ugly things to me. I have SEEN Sun's
official support ;-)

> At the moment, you have to ftp a lot to get a 386
> system working with all needed utilities and nobody knows when
> there will be the next offical version.

Network anarchy is the best official support.
There certainly will be many unofficial good patches
to Linux at nic.funet.fi. I try to keep them in
good order.

> Most MINIX systems are in a twilight zone, somewhere between
> 1.5 with heavy patches and 1.6.16 with patches.

Yes, but that's because they are "officially
suppiorted" patches .. NOT the whole sources.
I try to keep also whole patched sources available.

I do remember how I personally spent about 20 hours
to patch 1.2 to 1.3d - but most of it was fooling
around ftp bug (had to split it, and again split the
splitted parts etc. after some real hacking ...).

> The result is a mix of POSIX and system 7 and heaven know what
> else. Not that I am not happy with that MINIX, but there is no
> announcement which promises to set a new standard.

There are/were many things which cause/caused this.
Andy didn't like to have "bignix", wanted to keep the
systems first plain PC/XT (8088) level and as floppy
system.

I have been using Minix as a teaching too. But but but,
it's really hard/unusable for that ! It takes too much
time to fool around the kernel for a student, like
if the work is to do simple driver to kernel .. the
poor student has to make changes to million places around
header/source files. And when another poor student
makes a simple driver .. eh eh .. and you want to
have one kernel with both drivers in it ...

Some of the best are available at cs.hut.fi:pub/minix

Also making Minix more commercial is not good thing;
people like I don't want to make any commercial
product better for other people to buy it. Nothing
against dealing or getting money out of software,
but others to gain my coding need to buy the product.

> Without PH copyright, one can just give sources to someone
> else for explaining a feature or discussing a new
> implementation, without these diffs and diffs to diffs and
> diffs to ...

You need always diffs to some level ;-)

I wouldn't read the whole sources to find out how
a feature is implemented.

> Summary: It depends on your ability to ftp, on the archive you
> use and on your personal capabilities, which system you will
> get.

Linux is now certainly for hackers only.

> What about setting up a mailing-list?

Now we have mailing list for Linux, it's:

Linux-a...@niksula.hut.fi

And please, DO REMEMBER, REQUESTS to:

Linux-activ...@niksula.hut.fi

Otherwise I will @@%$#@$#!$ you ;-)

Net etiquette is to send requests to mailing-list-request
address, otherwise thousands of people on mailing list
will read your "please add me" etc. postings.

> If only enough people work on the library, it should be
> complete soon.

I think libraries are ready in couple of months.
But help is welcome !

> Michael

arl

Paul Allen

unread,
Oct 18, 1991, 9:24:55 PM10/18/91
to
In article <91100...@gandalf.informatik.rwth-aachen.de>,

mic...@gandalf.informatik.rwth-aachen.de (Michael Haardt) writes:
|>torv...@klaava.Helsinki.FI (Linus Benedict Torvalds) writes:
|>>[...about his fun new hacker's OS...]

|>Wow! Another real programmer has joined this group.

Yes, and a welcome addition, too. Linix sounds like fun.

|>[...more stuff about how Minix is out of control and Linix might be
a better alternative deleted for brevity...]

|> Most MINIX systems are in a twilight
|>zone, somewhere between 1.5 with heavy patches and 1.6.16 with patches.
|>The result is a mix of POSIX and system 7 and heaven know what else.
|>Not that I am not happy with that MINIX, but there is no announcement
|>which promises to set a new standard. I even don't know exactly what
|>patches are in my kernel and in my header files, some time ago I stopped
|>counting. I doubt that most of my programs will compile on plain 1.5,
|>which is what you can buy.

I will grant you that many Minix systems are not well controlled. My own
system got so bad that I finally got fed up. So I got the latest RCS sources
from my favorite GNU archive site and compiled them under 386 Minix. Then
I moved my old /usr/src tree out of the way, copied in a clean 1.5.10 tree,
put the whole mess under RCS control, and started over. It was a lot of
work, but I've now got a handle on my system. I've installed just a few
strategic things, like Bruce's 386 diffs and Gordon Irlam's virtual
consoles. The latest change was a big dose of patches to support the beta
version of Thomas Heller's port of the MGR window system. I know exactly
what I've got and can reproduce any prior version on demand.

When I saw Michael's posting above, I felt compelled to submit a counter
example showing that it is possible to do interesting stuff on Minix
without losing control of the sources. The discipline required to keep
in control is not onerous, and the rewards are quite large. (Thanks go
to Lars Fredriksen for posting Minix diffs for RCS 5.5.)

Happy hacking!

Paul Allen
------------------------------------------------------------------------
Paul L. Allen | pal...@atc.boeing.com
Boeing Advanced Technology Center | ...!uw-beaver!bcsaic!pallen

Michael Haardt

unread,
Oct 23, 1991, 6:07:44 PM10/23/91
to
From article <58...@bcsaic.UUCP>, by pa...@stehekin.Berkeley.EDU (Paul Allen):
>> [I complained about not knowing how many patches are in my and other peoples
MINIX systems]

> I will grant you that many Minix systems are not well controlled. My own
> system got so bad that I finally got fed up. So I got the latest RCS sources
> from my favorite GNU archive site and compiled them under 386 Minix. Then
> I moved my old /usr/src tree out of the way, copied in a clean 1.5.10 tree,
> put the whole mess under RCS control, and started over. It was a lot of
> work, but I've now got a handle on my system.
Yes, that's the way one should do things. No doubt that everything is under
control for you, but how can you say that software which works on your
system will compile and work on other machines as well? This isn't possible
without having two systems installed.

> When I saw Michael's posting above, I felt compelled to submit a counter
> example showing that it is possible to do interesting stuff on Minix
> without losing control of the sources. The discipline required to keep
> in control is not onerous, and the rewards are quite large. (Thanks go
> to Lars Fredriksen for posting Minix diffs for RCS 5.5.)

RCS does not work on small machines. (Ok, Linux doesn't either.)

The main reason why I might be more happy with Linux is that I can get
a system with features, which isn't possible with MINIX. It's right that
this isn't what AST intends with MINIX, but it is what most people like.

Nobody knows when there will be a new release of MINIX and what new
features it will contain. There are *so* many patches, new and old
versions, that it is difficult to get a good system. You can't just
get a complete set of patches.

I understand Andy's reasons, they are ok. It is just that if there
won't be a new official version of MINIX soon, there will be n MINIXes,
each with its own set of patches. That's no basic for new developments
and it is the difference to Linux, where you can just get a new version
with bugfixes and everything is ok. At least, it is what I hope to see.

You can say: This works with version xyz. MINIX has no version now, it
has a version range: 1.5.10 from PH until 1.6.16.x.

I use MINIX [1] because there is source and [2] because I like all its
features, patched or not. [3] There is no other choice - until Linux is
a standalone system.

Michael

UEB...@fpsp.fapesp.br

unread,
Oct 23, 1991, 2:05:33 PM10/23/91
to

Would you please try to check it out if you have on your library a "hanging terminals to MINIX" done. If you have please drop it to me.

Ricardo Santos

C. G. Albone

unread,
Oct 28, 1991, 5:54:57 AM10/28/91
to
Hello all..
I missed the original posting, so could someone please tell me
how I may obtain the sources.

Thanx

chris.

Oleg Moroz

unread,
Oct 30, 1991, 7:52:23 AM10/30/91
to

chr...@extro.ucc.su.OZ.AU (C. G. Albone) writes:
>
>Hello all..
> I missed the original posting, so could someone please tell me
>how I may obtain the sources.
>

And me too !!!!!!!!!!!!!!
Also, are them available via e-mail (mail server or smth), as I'm
in the former Soviet Union and can't do any FTP.

Thanks,
Oleg
--
* Oleg Moroz Surface address: P.O.Box 30, 103031, Moscow, USSR *
* Software Designer Internet address: mo...@inzer.demos.su *
* Steepler Ltd. Phone: +007 (092) 214-81-92, 245-21-94 (voice) *
* "I've looked over jordan and I've seen/Things are not what they seem" - PF *

Linus Benedict Torvalds

unread,
Oct 31, 1991, 5:12:52 AM10/31/91
to
In article <AA7ig...@inzer.demos.su> mo...@inzer.demos.su writes:
>chr...@extro.ucc.su.OZ.AU (C. G. Albone) writes:
>>Hello all..
>> I missed the original posting, so could someone please tell me
>>how I may obtain the sources.
> And me too !!!!!!!!!!!!!!
> Also, are them available via e-mail (mail server or smth), as I'm
>in the former Soviet Union and can't do any FTP.

Ok, as I've gotten quite a few questions, I guess I'd better follow up
again.

Linux is currently ONLY available via ftp from nic.funet.fi, directory
/pub/OS/Linux. As the sources change rather rapidly (next release due
out this weekend after I have tested some more), it is also currently
impractical to make them available from other places. There is a
mail-server possibility fron nic, but I think it's still in testing (you
could try mailing "mails...@nic.funet.fi" with "help" in the body,
but I don't know if it will work).

Linux is a full kernel that has so far worked on a number (5-10?) of
at-386 (and one 486 as far as I know). It supports GNU cc (gcc), bash
and some other free stuff. It is currently more of a hackers kernel (and
minix-386 is needed, but that will change with this weeks release), and
the current version number is 0.03 (next is 0.10 I think).

Good things about linux:

- it's free, full source, and I try to correct bugs you find.
- it's a bit faster than minix, I think.
- uses paging for memory management (not to disk yet)
- multithreaded fs (but then you can get patches to minix that do
similar stuff)
- mostly full termios and vt100-console.
- most things easy to port (easier than to minix).

Bad points:

- ONLY 386/486
- early versions: there might be lots of bugs, and you might need to
port/hack things to work.
- minix is recommended even for the upcoming version that doesn't
absolutely need it.
- currently only VGA (EGA?) support, limited keyboard drivers (US and
Finnish) etc

You can mail me for more info. "finger torv...@kruuna.helsinki.fi"
might tell you something too.

Linus (torv...@kruuna.helsinki.fi)

0 new messages