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

1992/0806/pc/dat.h (diff list | history)

1992/0725/sys/src/9/pc/dat.h:45,511992/0806/sys/src/9/pc/dat.h:45,63 (short | long | prev | next)
1991/0702    
 
1991/0905    
struct	FPsave 
1991/0711    
{ 
1991/0906    
	uchar	regs[108]; 
1992/0806    
	ushort	control; 
	ushort	r1; 
	ushort	status; 
	ushort	r2; 
	ushort	tag; 
	ushort	r3; 
	ulong	pc; 
	ushort	selector; 
	ushort	r4; 
	ulong	operand; 
	ushort	oselector; 
	ushort	r5; 
	uchar	regs[80];	/* floating point registers */ 
1991/0711    
}; 
 
1991/0612    
struct Conf 


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