d3m: quota adjustment for ps2 driver

This commit is contained in:
Norman Feske 2013-12-28 15:57:15 +01:00
parent 676c3830f9
commit 718b0c0b67
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ int main(int argc, char **argv)
/* create PS/2 driver */
static Rpc_entrypoint ps2_ep(&cap, STACK_SIZE, "ps2_slave");
static Ps2_policy ps2_policy(ps2_ep, input_source_registry);
static Genode::Slave ps2_slave(ps2_ep, ps2_policy, 512*1024);
static Genode::Slave ps2_slave(ps2_ep, ps2_policy, 768*1024);
/* create USB driver */
char const *config = "<config uhci=\"yes\" ehci=\"yes\"><hid/><storage/></config>";