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

1991/0629/pc/mem.h (diff list | history)

1991/0627/sys/src/9/pc/mem.h:68,741991/0629/sys/src/9/pc/mem.h:68,74 (short | long | prev | next)
1991/0625    
#define SELGDT	(0<<3)	/* selector is in gdt */ 
#define	SELLDT	(1<<3)	/* selector is in ldt */ 
 
#define SELECTOR(i, t, p)	(((i)<<4) | (t) | (p)) 
1991/0629    
#define SELECTOR(i, t, p)	(((i)<<3) | (t) | (p)) 
1991/0625    
 
1991/0613    
#define NULLSEL	SELECTOR(NULLSEG, SELGDT, 0) 
#define KESEL	SELECTOR(KESEG, SELGDT, 0) 


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