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

1991/0614/pc/dat.h (diff list | history)

1991/0612/sys/src/9/pc/dat.h:27,521991/0614/sys/src/9/pc/dat.h:27,32 (short | long | prev | next)
1991/0612    
{ 
	ulong	sp; 
	ulong	pc; 
	ushort	sr; 
}; 
                 
/* 
 * floating point registers 
 */ 
enum 
{ 
	FPinit, 
	FPactive, 
	FPdirty, 
}; 
                 
struct	FPsave 
{ 
	uchar	type; 
	uchar	size; 
	short	reserved; 
	char	junk[212];	/* 68881: sizes 24, 180; 68882: 56, 212 */ 
	char	reg[3*4+8*12]; 
}; 
 
struct Conf 


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