Whenever the architecture allows it, all ISRs use the same interrupt stack. This stack is allocated and initialized by the system at start-up according to specified configuration parameters. It must be large enough to handle the worst possible combination of nested interrupts.
就硬件采用Intel80x86的Vxworks程序来说,这个interrupt stack在初始化时怎么设置?谢谢