Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Submission + - New Release of MINIX 3 for x86 and ARM is BSD compatible (minix3.org)

An anonymous reader writes: MINIX 3 is a small POSIX-compliant operating system aimed at high reliability (embedded) applications. A major new version of MINIX 3 (3.3.0) is now available for download at www.minix3.org. In addition to the x86, the ARM Cortex A8 is now supported, with ports to the BeagleBoard and BeagleBones available. Finally, the entire userland has been redone in 3.3.0 to make it NetBSD compatible, with thousands of NetBSD packages available out of the box.

MINIX 3 is based on a tiny (13 KLoC) microkernel with the operating system running as a set of protected user-mode processes. Each device driver is also a separate process. If a driver fails, it is automatically and transparently restarted without rebooting and without applications even noticing, making the system self-healing.

Comment Re:MINIX3! (Score 1) 64

Hi,

If you want to fiddle around with MINIX3 and the BBB I have some good new.
starting yesterday we added initial support for the BBB in the master branch.

git clone git://git.minix3.org/minix src
cd src
export BASE_URL=http://www.minix3.org/arm/beaglebone
export FLAG=-DAM335X
export CONSOLE=tty00
./releasetools/arm_sdimage.sh

you can dd the resulting image to an SD-card!

Slashdot Top Deals

How can you work when the system's so crowded?

Working...