ref: b527faa7af4f7198fd12acc67de845c0bb4c437f
dir: /kern/data.c/
#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";