genode/repos/base-fiasco
Norman Feske f186587cab Unify ipc_msgbuf.h across base platforms
Besides unifying the Msgbuf_base classes across all platforms, this
patch merges the Ipc_marshaller functionality into Msgbuf_base, which
leads to several further simplifications. For example, this patch
eventually moves the Native_connection_state and removes all state
from the former Ipc_server to the actual server loop, which not only
makes the flow of control and information much more obvious, but is
also more flexible. I.e., on NOVA, we don't even have the notion of
reply-and-wait. Now, we are no longer forced to pretend otherwise.

Issue #1832
2016-04-25 10:47:59 +02:00
..
config
doc tool: remove deprecated 'make prepare' mechanism 2016-03-17 17:02:04 +01:00
etc
include/base Unify ipc_msgbuf.h across base platforms 2016-04-25 10:47:59 +02:00
lib/mk Unify ipc_msgbuf.h across base platforms 2016-04-25 10:47:59 +02:00
mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
patches
ports
src Unify ipc_msgbuf.h across base platforms 2016-04-25 10:47:59 +02:00
README

This repository contains the L4/Fiasco-specific implementation of Genode.

For instructions to build and start the Fiasco version of Genode, please
consult the documentation located at 'base-fiasco/doc/fiasco.txt'.