Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*
 * Sample runtime overlay manager.
 */

typedef enum { FALSE, TRUE } bool;

/* Entry Points: */

bool OverlayLoad (unsigned long ovlyno);
bool OverlayUnload (unsigned long ovlyno);