Increased mini's irq stack size.

The new sd driver requires this, I can reproduce a panic easily here.
This is hopefully temporarily, maybe we can push this requirement down a
little.
This commit is contained in:
dhewg 2009-04-13 11:14:57 +02:00 committed by bushing
parent 4dcef26df8
commit eb81f81507

View File

@ -5,7 +5,7 @@ EXTERN(__ipc_info)
ENTRY(_start)
__stack_size = 0x800;
__irqstack_size = 0x200; /* blame the bsd's sdhc_intr function */
__irqstack_size = 0x400; /* blame the bsd's sdhc_intr function */
__excstack_size = 0x100;
MEMORY {