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

1991/0913/pc/fns.h (diff list | history)

1991/0906/sys/src/9/pc/fns.h:16,231991/0913/sys/src/9/pc/fns.h:16,24 (short | long | prev | next)
1991/0711    
#define	flushvirt(); 
1991/0906    
void	fpinit(void); 
void	fpoff(void); 
1991/0716    
void	fpsave(FPsave*); 
void	fprestore(FPsave*); 
1991/0913    
void	fpsave(FPsave*); 
ulong	fpstatus(void); 
1991/0906    
ulong	getcr0(void); 
1991/0718    
ulong	getcr2(void); 
1991/0706    
void	idle(void); 
1991/0906/sys/src/9/pc/fns.h:24,351991/0913/sys/src/9/pc/fns.h:25,34
1991/0702    
int	inb(int); 
1991/0809    
void	inss(int, void*, int); 
1991/0703    
void	kbdinit(void); 
1991/0808    
int	mail(int); 
1991/0906    
void	mathinit(void); 
1991/0706    
void	mmuinit(void); 
1991/0702    
void	outb(int, int); 
1991/0809    
void	outss(int, void*, int); 
1991/0808    
int	owl(int); 
1991/0702    
void	prhex(ulong); 
1991/0717    
void	procrestore(Proc*, uchar*); 
void	procsave(uchar*, int); 


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