There are caveats, new visible features, significant internal changes,
and many bugfixes. For full release notes, see
<http://www.minix3.org/download/releasenotes-3.1.3.html>
To download it, see
<http://www.minix3.org/download/>
For a full changelog, see
<http://www.minix3.org/download/changelog-312a-313.txt>
Enjoy!
=Ben
Congradulations!~~~
I read comp.os.minix everyday on my mobile phone, I hope minix would
be a really "magic" OS~~~
Leslie
> To update, will it suffice to rebuild the new sources from /usr/src?
Yes, once you have installed 3.1.3 you can upgrade painlessly from source.
If you have 3.1.2a installed, it's a tricky and risky procedure to
upgrade to 3.1.3 from source, because of several binary
incompatibilities that have accumulated over time. (Although, yes, in
principle it is enough to rebuild the new sources from /usr/src.) There
is a doc/UPDATING file you can follow, but if at all possible I suggest
upgrading using the 3.1.3 CD - that is one of its main purposes.
=Ben
YES! I have been waiting for this update for a long time! Thanks
guys!
James T. Sprinkle (The Grue)
Also, as of today we're building weekly snapshots of MINIX. See
<http://derelict.cs.vu.nl/>
(This interface will probably get a bit fancier. :) Also the build
schedule isn't set in stone.)
The first test image is there already.
The subversion revision number is in the filename, also printed at boot
time, so you can tell exactly which MINIX you're running (it calls
itself 3.1.3 because that's the latest release, but don't believe that).
=Ben
http://www.minix3.org/download/ contains uncompressed ISO image.
Is it possible to publish compressed image (zip/bz2)?
Best regards, Eugene Agafonov.
On 2007-04-17, E.Agafonov <e.a.ag...@gmail.com> wrote:
> http://www.minix3.org/download/ contains uncompressed ISO image.
> Is it possible to publish compressed image (zip/bz2)?
Sure, done.
=Ben
I got panic during dp8390 loading under QEMU (v0.9.0 and 0.8.2)
Panic is fixed by specifing
dp8390_args='DPETH0=10EC:11'
in /usr/etc/rc.local
I hope it will help if someone have such problems also.
Best regards, Eugene Agafonov.
Nice additions. Is virtual memory on the to-do list?
--
Philip Machanick
> If you have 3.1.2a installed, it's a tricky and risky procedure to
> upgrade to 3.1.3 from source, because of several binary
> incompatibilities that have accumulated over time. (Although, yes, in
> principle it is enough to rebuild the new sources from /usr/src.) There
> is a doc/UPDATING file you can follow, but if at all possible I suggest
> upgrading using the 3.1.3 CD - that is one of its main purposes.
Is it?
AFAICS it will overwrite everything except /home, which includes /etc
and /root.
Do I really need to backup and restore /etc and /root?
Leslie
On 2007-04-20, Leslie P. Polzer <leslie...@gmx.net> wrote:
>> but if at all possible I suggest
>> upgrading using the 3.1.3 CD - that is one of its main purposes.
> Is it?
>
> AFAICS it will overwrite everything except /home, which includes /etc
> and /root.
True.
> Do I really need to backup and restore /etc and /root?
Fraid so.
=Ben
On 2007-04-19, E.Agafonov <e.a.ag...@gmail.com> wrote:
> I got panic during dp8390 loading under QEMU (v0.9.0 and 0.8.2)
> Panic is fixed by specifing
> dp8390_args='DPETH0=10EC:11'
> in /usr/etc/rc.local
>
> I hope it will help if someone have such problems also.
Thanks for your bug report - this is due to a slight change in the
interface functions with the pci server. This is fixed in the latest
svn.
=Ben