genode/base-codezero
Norman Feske bcdc706f42 Unify 'ipc.h' and 'ipc_generic.h' across platforms
The distinction between 'ipc.h' and 'ipc_generic.h' is no more. The only
use case for platform-specific extensions of the IPC support was the
marshalling of capabilities. However, this case is accommodated by a
function interface ('_marshal_capability', '_unmarshal_capability'). By
moving the implementation of these functions from the headers into the
respective ipc libraries, we can abandon the platform-specific 'ipc.h'
headers.
2013-02-14 13:23:37 +01:00
..
config Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
doc Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lib Unify 'ipc.h' and 'ipc_generic.h' across platforms 2013-02-14 13:23:37 +01:00
mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
patches Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Remove 'Native_lock' type from 'native_types.h' 2013-02-14 13:23:36 +01:00
tool Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
Makefile Firewall-friendly download methods for contrib src 2012-10-30 12:12:42 +01: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 Codezero microkernel
For instructions about using Genode with Codezero, please refer to
'doc/codezero.txt'.