To można napisać.
void drv_setup(char *s, int *p);
void drv_setup(char *s, int *p) {
if (!strcmp(s, ”off”)) disable = 1;
if (p[0] > 0) drv_level = p[1]; };
Trzeba jeszcze zarejestrować tę funkcję. Robimy to dopisuj±c ja do stuktury `bootsetups[]’
struct { . . . } bootsetups[] = { /* plik: init/main.c */