Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1256 → Rev 1257

/demos/trunk/oldload/initfile.c
79,6 → 79,9
 
}
 
void *start_file;
void *end_file;
 
TASK __init__(void *arg)
{
struct multiboot_info *mb = (struct multiboot_info *)arg;
90,9 → 93,3
return (void *)0;
}
 
int main() {
 
return start_environment();
}