Go to file
Jan Stoess 29d455c5d9 When defining L4_indirect in x86 syscall stub, Avoid naming struct and typedef identically. Append a _t at typedefed type. 2012-03-14 15:28:12 +01:00
contrib Fix broken compatibility-mode config 2010-12-10 14:33:07 +01:00
doc Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
kernel When compiling with logging extensions, use gc-sections flag for linker. 2011-11-23 17:33:26 +01:00
tools - Determine correct user architecture for x86 kernels 2007-11-09 15:26:50 +01:00
user When defining L4_indirect in x86 syscall stub, Avoid naming struct and typedef identically. Append a _t at typedefed type. 2012-03-14 15:28:12 +01:00
.gitignore Add .gitignore 2011-11-17 15:18:47 +01:00
.hgignore First bunch of bugfixes to UIC code. Initialization works now. 2010-06-23 18:02:34 +02:00
AUTHORS Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
README Added README 2011-10-13 11:36:44 +02:00

README

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

L4Ka::Pistachio is the latest L4 microkernel developed by the System
Architecture Group at the University of Karlsruhe in collaboration
with the DiSy group at the University of New South Wales,
Australia. It is the first available kernel implementation of the L4
Version 4 kernel API (currently code-named Version X.2), which is
fully 32 and 64 bit clean, provides multiprocessor support, and
super-fast local IPC.