mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
platform_info: add kernel information (fix #3295)
This commit is contained in:
committed by
Christian Helmuth
parent
c38c80fd43
commit
f42c21f16b
@ -489,6 +489,7 @@ Platform::Platform() :
|
||||
pages << get_page_size_log2(),
|
||||
"platform_info", [&] ()
|
||||
{
|
||||
xml.node("kernel", [&] () { xml.attribute("name", "foc"); });
|
||||
xml.node("hardware", [&] () {
|
||||
_setup_platform_info(xml, sigma0_map_kip());
|
||||
});
|
||||
|
Reference in New Issue
Block a user