32VKern/usr/src/sys/h/map.h

Find at most related files.
including files from this version of Unix.

struct map
{
	short	m_size;
	unsigned short m_addr;
};

int memmap[CMAPSIZ];		/* space for core allocation */
struct map swapmap[SMAPSIZ];	/* space for swap allocation */
/*
	uba
*/
char bdpwant , umrwant ;
struct map ubamap[UAMSIZ];
struct map bdpmap[15];