plan 9 kernel history: overview | file list | diff list

1992/0711/gnot/main.c (diff list | history)

1992/0630/sys/src/9/gnot/main.c:104,1101992/0711/sys/src/9/gnot/main.c:104,110 (short | long | prev | next)
1990/03091    
void 
mmuinit(void) 
{ 
1992/0630    
	ulong l, d, i, scr; 
1992/0711    
	ulong l, d, i; 
1990/03091    
 
	/* 
	 * Invalidate user addresses 
1992/0630/sys/src/9/gnot/main.c:128,1351992/0711/sys/src/9/gnot/main.c:128,133
1990/03091    
void 
init0(void) 
{ 
1990/0613    
	Chan *c; 
                 
1990/1211    
	u->nerrlab = 0; 
	m->proc = u->p; 
	u->p->state = Running; 
1992/0630/sys/src/9/gnot/main.c:353,3581992/0711/sys/src/9/gnot/main.c:351,357
1990/1211    
{ 
1992/0122    
	Balu *balu = (Balu *)u->balusave; 
1990/1211    
 
1992/0711    
	USED(p); 
1990/1211    
	fpsave(&u->fpsave); 
	if(u->fpsave.type){ 
		if(u->fpsave.size > sizeof u->fpsave.junk) 
1992/0630/sys/src/9/gnot/main.c:397,4051992/0711/sys/src/9/gnot/main.c:396,406
1991/0605    
void 
buzz(int f, int d) 
{ 
1992/0711    
	USED(f, d); 
1991/0605    
} 
 
void 
lights(int val) 
{ 
1992/0711    
	USED(val); 
1990/03091    
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)