You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genode/base-pistachio
Christian Prochaska 7f7c24fcc9 Pistachio: tell the compiler about 'edi' changes
Syscall binding functions which use '__L4_INDIRECT_CALL' need to tell the
compiler that the 'edi' register gets modified. Since 'edi' is an input
operand and input operands may not get added to the clobber list, this
patch defines 'edi' also as an output operand instead.

Fixes #834.
10 years ago
..
config Imported Genode release 11.11 12 years ago
doc update x86emu to 1.20 10 years ago
etc Imported Genode release 11.11 12 years ago
include pistachio: return kip structure from get_kip 10 years ago
lib/mk base: User-level tracing support 10 years ago
mk Unify framebuffer driver binary names (fix #720) 10 years ago
patches Pistachio: tell the compiler about 'edi' changes 10 years ago
run run: support TFTP servers using absolute paths 10 years ago
src core: TRACE service interface and implementation 10 years ago
Makefile pistachio: use bender, read out comport from BDA 10 years ago
README Imported Genode release 11.11 12 years ago

README

This repository contains the L4ka::Pistachio-specific implementation of Genode.
Please see the documentation at 'base-pistachio/doc/pistachio.txt' for further
instructions on building and using Genode on the L4ka::Pistachio kernel.