genode/repos/base-nova
Norman Feske a7f40b24ca Warn about the use of deprecated env() function
This patch enables warnings if one of the deprecate functions that rely
in the implicit use of the global Genode::env() accessor are called.

For the time being, some places within the base framework continue
to rely on the global function while omitting the warning by calling
'env_deprecated' instead of 'env'.

Issue #1987
2017-01-13 13:07:13 +01:00
..
doc tool: remove deprecated 'make prepare' mechanism 2016-03-17 17:02:04 +01:00
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
include nova: remove native_cpu interface 2016-12-14 11:22:29 +01:00
lib/mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
mk/spec Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
patches Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ports nova: avoid assertion during cross-cpu IPC 2017-01-13 13:05:46 +01:00
run Build dynamically linked executables by default 2016-12-14 11:22:27 +01:00
src Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the port of Genode to the NOVA microhypervisor.

For more information on this base platform, please refer to the official
website.

:[http://hypervisor.org]: Official website for the NOVA microhypervisor.

For information on using Genode on NOVA, please revisit the documentation at
'base-nova/doc/nova.txt':