MINIX 3 and Google Summer of Code 2018

This year, MINIX 3 is participating in Google Summer of Code under the umbrella of the Microkernel Devroom confederation. This page provides a preliminary list of student projects and mentors. Right now, this page is preliminary: it is neither complete nor necessarily accurate. If you are a student interested in taking up one of the GSoC projects listed below, please contact mentors as appropriate. More instructions will follow soon. If you would like to sign up as a MINIX 3 mentor or make changes to this page, please coordinate with Lionel Sambuc.

Project: Intel 64bit Support

Mentor: Jean-Baptiste Boric

MINIX 3 is currently 32-bit only. There are several task to be completed in order to have a full 64-bit port. Not all are expected to be achieved as a single project.

Project: rump

Mentor: Jean-Baptiste Boric

The rump anykernel essentially turns large parts of the NetBSD kernel (notably drivers, file systems and network stack) into portable, reusable components that can run anywhere. Adding rump support to MINIX would drastically boost the number of file systems and hardware peripherals supported by the operating system, vastly improving its usability on physical hardware along with tons of utilities like fs-utils or the rump server.

It has been proven that the rump components themselves will compile with little to no modification inside the MINIX tree, but there is no suitable hypercall implementation to build rump programs in user-space or glue code to run them inside the service or driver layer. We basically have a big heap of libraries without the needed foundations to make use of them.

Note: this is a really, really tough project for students looking for a really, really tough challenge. When in doubt, consider applying for another project.