Increase dde_ipxe 'nic_ep' thread stack size

Fixes #228.
This commit is contained in:
Christian Prochaska 2012-06-01 15:05:49 +02:00 committed by Christian Helmuth
parent b6394495d3
commit 28744cebf7
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int main(int, char **)
*/
static Ipxe::Driver_factory driver_factory;
enum { STACK_SIZE = 4096 };
enum { STACK_SIZE = 2*sizeof(addr_t)*1024 };
static Cap_connection cap;
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_ep");