mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
b6394495d3
commit
28744cebf7
@ -123,7 +123,7 @@ int main(int, char **)
|
|||||||
*/
|
*/
|
||||||
static Ipxe::Driver_factory driver_factory;
|
static Ipxe::Driver_factory driver_factory;
|
||||||
|
|
||||||
enum { STACK_SIZE = 4096 };
|
enum { STACK_SIZE = 2*sizeof(addr_t)*1024 };
|
||||||
static Cap_connection cap;
|
static Cap_connection cap;
|
||||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_ep");
|
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_ep");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user