The kernel init parameter structure. More...
Data Fields | |
| unsigned int | evtq_size |
| Length of the event queue. | |
| unsigned int | evtq_wmrk |
| Event queue watermark. | |
| int * | evtq_buff |
| The event queue, 3*eq_length ints. | |
| BX_ISR_FUNC | uirq_func |
| The user's interrupt handler. | |
| BX_ISR_FUNC | idle_func |
| The user's idle state function. | |
| BX_ISR_FUNC | init_func |
| The user's first process to start. | |
| struct _bx_proc * | init_desc |
| Process descriptor for the process. | |
| int * | init_stack |
| Stack for the process. | |
| int * | kern_stack |
| Stack for the kernel. | |
The kernel init parameter structure.
1.7.1