From 05d9d753d36dbd390043be0016e18c5fc74dfa09 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 21 Sep 2018 10:01:02 +0200 Subject: [PATCH] News item for Sculpt VC --- doc/news.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/news.txt b/doc/news.txt index 1137a769f..9bd113941 100644 --- a/doc/news.txt +++ b/doc/news.txt @@ -4,6 +4,29 @@ =========== +Sculpt with Visual Composition | 2018-09-21 +########################################### + +| The third version of Sculpt OS introduces an interactive runtime view for +| managing components. + +Sculpt with Visual Composition (VC) is the third stage of the evolution of our +Genode-based general-purpose OS. With the new version, we pursue the gradual +transition from a text-based user interface to a graphical user interface for +most administrative tasks while preserving the text-based interface for +full flexibility. The central element of the new user interface is a live view +of the current system composition and the relationships between components. +The live view is accompanied with a convenient graphical user interface for +adding and removing components. + +The new version is available as a ready-to-use disk image. The updated +documentation covers everything from a quick-start guide, over a high-level +description of the architecture, to advanced topics like Sculpt's manifold +customization opportunities. + +[https://genode.org/download/sculpt - Download Sculpt OS...] + + Genode OS Framework release 18.08 | 2018-08-30 ##############################################