comparison src/m/intel386.h @ 8198:0ddce8628575

[MSDOS]: #define NO_REMAP.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jul 1994 05:10:25 +0000
parents d7d962844f5f
children b9fe5aec7126
comparison
equal deleted inserted replaced
8197:d6a441681fb4 8198:0ddce8628575
206 #endif 206 #endif
207 207
208 #ifdef USG5_4 208 #ifdef USG5_4
209 #define DATA_SEG_BITS 0x08000000 209 #define DATA_SEG_BITS 0x08000000
210 #endif 210 #endif
211
212 #ifdef MSDOS
213 #define NO_REMAP
214 #endif