mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
parent
caba2d3021
commit
7d54d1da0c
@ -250,6 +250,9 @@ class Genode::Platform : public Platform_generic
|
||||
Affinity::Space affinity_space() const override {
|
||||
return sel4_boot_info().numNodes; }
|
||||
|
||||
bool supports_unmap() override { return true; }
|
||||
bool supports_direct_unmap() const override { return true; }
|
||||
|
||||
/*******************
|
||||
** seL4 specific **
|
||||
*******************/
|
||||
|
Loading…
Reference in New Issue
Block a user