mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
Prevent erratic runtime behavior stemming from accidentally passing a copy to a `Ram_allocator` by making the interface noncopyable. In consequence, we had to provide an explicit copy constructor for `Session_env` in server/nic_router, which will be reconsidered in issue #5405. Issue #5221
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.