blob: 25218e366ec0a6e09683fdf72b94245c73d4f9b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Copyright 1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, please see the file
* <Copyright.MIT>.
*
* Machine-type definitions: IBM PC 8086
*
* from: conf-pc.h,v 4.0 89/01/23 09:58:26 jtkohl Exp $
* $Id: conf-pc.h,v 1.2 1994/07/19 19:23:00 g89r4222 Exp $
*
*/
#define IBMPC
#define BITS16
#define CROSSMSDOS
#define LSBFIRST
|