genode/repos/os
Norman Feske 40c9226bb9 os: add Color::print, enhance ascii_to<Color>
This patch adds a 'Color::print' method as counterpart to the 'ascii_to'
function. If the color is opaque (alpha is 255), its output has the form
"#rrggbb". If the color has a distinct alpha value, the output has the
form "#rrggbbaa". The new version of the 'ascii_to' overload for 'Color'
is able to deal with both forms.
2017-11-30 11:23:14 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os: add Color::print, enhance ascii_to<Color> 2017-11-30 11:23:14 +01:00
lib sd_card: cleanup driver library structure 2017-06-29 11:59:58 +02:00
recipes os: create recipe for mixer 2017-11-30 11:23:06 +01:00
run lx_block: add file based Block driver for Linux 2017-11-30 11:23:04 +01:00
src platform_drv: separate acpi and system feature 2017-11-30 11:23:14 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.