mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
With commit 1389b63050f359214b6b309c687f7cd0e280c6b2 in thread.cc for base-foc a bug was fixed, where the memory of the context got freed up before running the de-constructor. Apply the fix also to base and base-mb.
This is generic part of the Genode implementation. It consists of two parts: :_Core_: is the ultimate root of the Genode application tree and provides abstractions for the lowest-level hardware resources such as RAM, ROM, CPU, and generic device access. All generic parts of Core can be found here - for system-specific implementations refer to the appropriate 'base-<system>' directory. :_Base libraries and protocols_: that are used by each Genode component to interact with other components. This is the glue that holds everything together.