mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
c962240922
commit
02c0fa85cf
@ -37,7 +37,7 @@ int main(int, char **)
|
|||||||
} catch(...) {}
|
} catch(...) {}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
enum { STACK_SIZE = 4096 };
|
enum { STACK_SIZE = 1024*sizeof(Genode::addr_t) };
|
||||||
static Cap_connection cap;
|
static Cap_connection cap;
|
||||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_bridge_ep");
|
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_bridge_ep");
|
||||||
static Net::Root nic_root(&ep, env()->heap());
|
static Net::Root nic_root(&ep, env()->heap());
|
||||||
|
Loading…
Reference in New Issue
Block a user