File:  [Plan 9 NeXT] / lucent / sys / src / libmach / x.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:01:04 2018 UTC (8 years, 1 month ago) by root
Branches: lucent, MAIN
CVS tags: plan9, HEAD
Plan 9 NeXT

/*
 * 3210 definition
 */
#include <u.h>
#include <bio.h>
#include <mach.h>

/*
 * 3210 has no /proc
 */
Mach m3210 =
{
	"3210",
	M3210,		/* machine type */
	0,		/* register list */
	0,
	0,
	0,
	0,
	0,
	0,		
	0x1000,		/* page size */
	0x0,		/* kernel base */
	0,		/* kernel text mask */
	0,		/* offset of ksp in /proc/proc */
	4,		/* correction to ksp value */
	4,		/* offset of kpc in /proc/proc */
	0,		/* correction to kpc value */
	0,		/* offset in ublk of sys call # */
	4,		/* quantization of pc */
	"setSB",	/* static base register name */
	0,		/* value */
	4,		/* szaddr */
	4,		/* szreg */
	4,		/* szfloat */
	4,		/* szdouble */
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.