genode/base-foc
Stefan Kalkowski 04969dcf69 Fiasco.OC: Don't map page 0 in core (fix #223)
When core requests all RAM from sigma0 it normally unmaps page 0 so that
null-pointer dereferences are detected by a pagefault. The unmap syscall
in the Fiasco.OC base platform was used insufficiently in this particular
case.
2012-05-30 11:36:34 +02:00
..
config Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
doc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Fiasco.OC: make capability ref-counter thread-safe 2012-05-29 13:55:00 +02:00
lib/mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
patches Fiasco.OC: fix l4_caps_equal kernel patch 2012-05-29 13:55:00 +02:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Fiasco.OC: Don't map page 0 in core (fix #223) 2012-05-30 11:36:34 +02:00
Makefile Check for required tools on 'make prepare' 2012-05-29 13:55:00 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.