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

2000/1002/bitsy/mmu.c (diff list | history)

2000/0929/sys/src/9/bitsy/mmu.c:98,1042000/1002/sys/src/9/bitsy/mmu.c:98,104 (short | long | prev | next)
2000/0928    
	putttb((ulong)l1table); 
2000/0929    
 
	/* map the uart so that we can continue using iprint */ 
	uart3regs = (Uartregs*)mapspecial(UART3REGS, 64); 
2000/1002    
	uart3regs = mapspecial(UART3REGS, 64); 
2000/0929    
 
	/* enable mmu, and make 0xFFFF0000 the virtual address of the exception vecs */ 
	mmuenable(); 
2000/0929/sys/src/9/bitsy/mmu.c:109,1152000/1002/sys/src/9/bitsy/mmu.c:109,115
2000/0907    
/* 
2000/0923    
 *  map special space uncached, assume that the space isn't already mapped 
2000/0907    
 */ 
ulong* 
2000/1002    
void* 
2000/0924    
mapspecial(ulong pa, int len) 
2000/0907    
{ 
	ulong *t; 


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