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

1991/0904/pc/vga.c (diff list | history)

1991/0801/sys/src/9/pc/vga.c:148,1601991/0904/sys/src/9/pc/vga.c:148,157 (short | long | prev | next)
1991/0727    
void 
1991/0730    
screeninit(void) 
1991/0723    
{ 
1991/0724    
	uchar *display; 
1991/0727    
	int i, j, k; 
	int c; 
1991/0730    
	ulong *l; 
1991/0723    
 
1991/0730    
	display = (uchar *)SCREENMEM; 
                 
1991/0727    
	arout(Acpe, 0x0f);	/* enable all planes */ 
	arout(Amode, 0x01);	/* graphics mode - 4 bit pixels */ 
	grout(Gmisc, 0x01);	/* graphics mode */ 
1991/0801/sys/src/9/pc/vga.c:268,2741991/0904/sys/src/9/pc/vga.c:265,271
1991/0730    
} 
 
void 
mouseclock(void)	/* called splhi */ 
1991/0904    
mouseclock(void) 
1991/0730    
{ 
	mouseupdate(1); 
} 


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