mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
d30edd4841
commit
00708b6696
@ -48,7 +48,7 @@ class Kernel::Idle_thread : public Thread
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
STACK_SIZE = 4 * 1024,
|
STACK_SIZE = sizeof(addr_t) * 32,
|
||||||
STACK_ALIGNM = Processor_driver::DATA_ACCESS_ALIGNM,
|
STACK_ALIGNM = Processor_driver::DATA_ACCESS_ALIGNM,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user