[BACK]Return to kern_sched.c CVS log [TXT][DIR] Up to [local] / funnyos / kern

File: [local] / funnyos / kern / kern_sched.c (download)

Revision 1.1, Mon Nov 19 15:54:33 2007 UTC (16 years, 5 months ago) by nbrk
Branch: MAIN

task scheduler;
nothing is implemented but commit it so i could hack on it at home :)

/*
 * $Id: kern_sched.c,v 1.1 2007/11/19 15:54:33 nbrk Exp $
 */
#include <sys/types.h>
#include <sys/kern_sched.h>

#include <libkern/printf.h>