mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
verbose: print kname
This commit is contained in:
@@ -53,6 +53,8 @@ void Session_component::start_task(unsigned long kconf)
|
|||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
static int id = 0;
|
static int id = 0;
|
||||||
Genode::log("Kernel ", id);
|
Genode::log("Kernel ", id);
|
||||||
|
Genode::String<32> kname((char const *)kc->kernelName);
|
||||||
|
Genode::log("\t\tname: ", kname);
|
||||||
for(int i = 0; i < 3; i++)
|
for(int i = 0; i < 3; i++)
|
||||||
{
|
{
|
||||||
Genode::log("\t\trange: ", (int)kc->range[i]);
|
Genode::log("\t\trange: ", (int)kc->range[i]);
|
||||||
|
|||||||
Reference in New Issue
Block a user