mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Use default component stack size where appropriate
This commit is contained in:
@ -317,7 +317,7 @@ struct Terminal::Main
|
||||
|
||||
namespace Server {
|
||||
char const *name() { return "usb_terminal_ep"; };
|
||||
size_t stack_size() { return 2*1024*sizeof(long); }
|
||||
size_t stack_size() { return 16*1024*sizeof(long); }
|
||||
|
||||
void construct(Entrypoint &ep)
|
||||
{
|
||||
|
Reference in New Issue
Block a user