mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
d30edd4841
commit
00708b6696
@@ -48,7 +48,7 @@ class Kernel::Idle_thread : public Thread
|
||||
private:
|
||||
|
||||
enum {
|
||||
STACK_SIZE = 4 * 1024,
|
||||
STACK_SIZE = sizeof(addr_t) * 32,
|
||||
STACK_ALIGNM = Processor_driver::DATA_ACCESS_ALIGNM,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user