Releasing Inferno-rpi-0.4
Changes:
-
Significant performance improvement due to fixed error in process scheduling/idle
-
Boot time is about ONE second :)
Download:
Installation:
-
Download latest zip package from https://bitbucket.org/infpi/inferno-rpi/downloads
-
Pepare SD card with first DOS partition with size less than 250 MB (vfat32 support is not complete)
-
Unzip all files to SD (boot.scr, kernel.bin, … – should in root of SD)
-
Boot Raspberry Pi
-
By default it starts “
styxlisten -A tcp!*!564 export /“, so you can mount it on other host by “mount -A tcp!10.0.56.101!564 /n/remote/rpi“(-A means no auth, IP is for example, see what it got by DHCP) -
If you do not want GUI (wm/wm) to be started just edit
config.txtand replacekernel.bintokernel-nogui.bin