We have a new 3.1.4 (r4817) snapshot ISO on the download page. This version includes virtual memory (VM) optimizations that increase performance slightly over r4220. We have implemented other VM optimizations that boost performance significantly, but they cause issues on VMWare and VirtualBox. Once we resolve these issues, we'll post a new snapshot.
As of this snapshot, users should be able to run Minix on QEMU, KVM, VMWare, and VirtualBox without any hacks. You no longer need to set any boot monitor variables (QEMU/KVM), hack config files (VMWare), or restart network drivers (VirtualBox). Just make sure to select the correct network card during installation.
There are also many other fixes (select, mfs, etc.) and cleanups. Enjoy.
> We have a new 3.1.4 (r4817) snapshot ISO on the download page. This
> version includes virtual memory (VM) optimizations that increase
> performance slightly over r4220. We have implemented other VM
> optimizations that boost performance significantly, but they cause
> issues on VMWare and VirtualBox. Once we resolve these issues, we'll
> post a new snapshot.
Exctally what? I use VirtualBox.. I'm interested
> As of this snapshot, users should be able to run Minix on QEMU, KVM,
> VMWare, and VirtualBox without any hacks. You no longer need to set
> any boot monitor variables (QEMU/KVM), hack config files (VMWare), or
> restart network drivers (VirtualBox). Just make sure to select the
> correct network card during installation.
It works...
> There are also many other fixes (select, mfs, etc.) and cleanups. Enjoy.
> Arun
Please, I'm new here... can you send me a link about full changelog?
-- ####################################
Alexjan Carraturo
admin of
Free Software Users Group Italia
http://www.fsugitalia.org Fedora Ambassador: Axjslack
####################################
>> We have a new 3.1.4 (r4817) snapshot ISO on the download page. This >> version includes virtual memory (VM) optimizations that increase >> performance slightly over r4220. We have implemented other VM >> optimizations that boost performance significantly, but they cause >> issues on VMWare and VirtualBox. Once we resolve these issues, we'll >> post a new snapshot.
> Exctally what? I use VirtualBox.. I'm interested
It's a virtual memory issue. We're tracking it down now. We'll post more information once we have a fix. The r4817 snapshot does not exhibit the problem.
> Please, I'm new here... can you send me a link about full changelog?
On Tue, Jul 28, 2009 at 02:26:09PM +0200, Arun Thomas wrote:
> Hi all,
> We have a new 3.1.4 (r4817) snapshot ISO on the download page. This > version includes virtual memory (VM) optimizations that increase > performance slightly over r4220. We have implemented other VM > optimizations that boost performance significantly, but they cause > issues on VMWare and VirtualBox. Once we resolve these issues, we'll > post a new snapshot.
Thank you for the effort. It runs faster per my feeling. :-)
FYI: - I tried to download it from my (slow) home connection; but I was disconnected after about 1 or 2 hours. - Then I tried it again from my office for about 20 minutes. 2009-07-29 08:51:41 (528 KB/s) `minix3_1_4_ide_r4817.iso' saved [584056832/584056832]
I'm download last release source (4730) and try run loadfont:
#loadfont /usr/lib/fonts/koi8-r.fnt (or any font)
do_copy: got request from 5 (source 1, seg 2048, destination 27342,seg
1024)
VM: do_memory: memory doesn't exist
VM: memory range 0xfe0d1000 nor available in 1
SYSTEM: VM replied -14 to mem request
> I'm download last release source (4730) and try run loadfont:
> #loadfont /usr/lib/fonts/koi8-r.fnt (or any font)
> do_copy: got request from 5 (source 1, seg 2048, destination 27342,seg
> 1024)
> VM: do_memory: memory doesn't exist
> VM: memory range 0xfe0d1000 nor available in 1
> SYSTEM: VM replied -14 to mem request
> And any font not work!
> In release 4220 all work.