#include <config/config_cparam.h>
#include <config/config_param.h>
#include <sys/ktypes.h>
Data Structures | |
struct | _process_init |
Processes to be initialised at the start of the system are defined here. More... | |
struct | _elf_pthread_init |
struct | _shm_init |
struct | bufmalloc_init_s |
Typedefs | |
typedef bufmalloc_init_s | bufmalloc_init_t |
Functions | |
void | hw_init (void) |
void | xilkernel_init (void) |
void | xilkernel_start (void) |
|
The dynamic memory (buffer) management module is configured here. The system can have memory blocks of different sizes. Memory blocks of different size and the number of memory blocks is specified here. |
|
Microblaze hardware specific initialization
|
|
Initialize the system - This function is called at the start of system. It initializes the system.
|
|
Start the kernel by enabling interrupts and starting to execute the idle task.
|