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

1992/0923/pc/archgeneric.c (diff list | history)

pc/archgeneric.c on 1992/0923
1992/0923    
#include	"u.h" 
#include	"../port/lib.h" 
#include	"mem.h" 
#include	"dat.h" 
#include	"fns.h" 
#include	"io.h" 
 
static void 
genericreset(void) 
{ 
	print("Reset the machine!\n"); 
	for(;;); 
} 
 
PCArch generic = 
{ 
	"generic", 
	genericreset, 
	0, 
	0, 
	0, 
	0, 
	0, 
	0, 
}; 


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