~kris/9p

9hist

ref: 50fbed4eb4b2fb7039f8a548cd092e655a95bde0 9hist/mtx/main.c -rw-r--r-- 267 bytes
50fbed4e — David du Colombier Plan 9 from Bell Labs 2001-10-19 24 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include	"u.h"
#include	"../port/lib.h"
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"
#include	"io.h"
#include	"init.h"
#include	"pool.h"

Conf	conf;
FPsave	initfp;

void
main(void)
{
//	xinit();
	printinit();
	i8250console();
	print("\nPlan 9\n");

	for(;;);
}