mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 01:35:05 +00:00
42 lines
1.0 KiB
C
Executable File
42 lines
1.0 KiB
C
Executable File
/* $Id: hdw_conf.h,v 1.2 1999/01/03 02:06:01 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
|
|
|
|
|
|
|
|
|
/************************************************************************/
|
|
/* */
|
|
/* (C) Copyright 1989-92 Venue. All Rights Reserved. */
|
|
/* Manufactured in the United States of America. */
|
|
/* */
|
|
/* The contents of this file are proprietary information */
|
|
/* belonging to Venue, and are provided to you under license. */
|
|
/* They may not be further distributed or disclosed to third */
|
|
/* parties without the specific permission of Venue. */
|
|
/* */
|
|
/************************************************************************/
|
|
|
|
|
|
|
|
|
|
/**************************************************************/
|
|
/*
|
|
File name : machineconfig.h
|
|
|
|
Created : Aug-19-87 take
|
|
|
|
Desc. : Define for Machine dependent param
|
|
|
|
*/
|
|
/**************************************************************/
|
|
/* Machine Type */
|
|
|
|
#define KATANA 3
|
|
|
|
/* Lastvmempage(32Mbyte) */
|
|
#ifdef BIGVM
|
|
#define LASTVMEMPAGE 0x1FFFF
|
|
#else
|
|
#define LASTVMEMPAGE (65535)
|
|
#endif
|
|
|