shithub: drawcpu

ref: a25a94e8f04e1d852c4ac2e8924f243e2fb70cbb
dir: /kern/data.c/

View raw version
#include "u.h"
#include "lib.h"
#include "dat.h"
#include "fns.h"
#include "error.h"

// TODO: Actually get this information
Conf conf = 
{
	1,	/* processors */
	100,	/* processes */
	0,	/* size in bytes of pipe queues */
};

char *eve = "eve";
ulong kerndate;
char hostdomain[] = "9front";