Minix3 OS on Pandaboard
Porting of Minix3 OS to PandaBoard
MINIX 3 is a project to create a small, highly reliable and functional Unix-like operating system.
This OS is extremely small, with the part that runs in kernel mode under 6000 lines of executable code.
(http://www.minix3.org/)
Project Goal:The goal here is to port Minix3 to pandaboard and developing all necessary drivers and make all the peripherals working.
Minix3 is microkernel Operating system and currently supports the i386 architecture.But some work is still going on to support ARM architecture(Various drivers have been ported but still need a lot of things to develop to get the fully working Minix3 on ARM).
