mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-08 19:48:13 +00:00
After constructed, a 'Thread' object may remain in a dysfunctional state should the stack allocation have failed. This condition is no longer reflected as a C++ exception but as result value of 'Thread::info()'. Keep 'Thread::name' as public constant because the stack is not always available for storing the name. The 'stack_top' accessor has been removed because this information is already provided by 'Thread::info()'. Issue #5245
This repository contains the port of Genode to the NOVA microhypervisor. For more information on this kernel, please refer to the official website. :[http://hypervisor.org]: Official website for the NOVA microhypervisor.