2 * Copyright 1999 Egbert Eich
4 * Permission to use, copy, modify, distribute, and sell this software and its
5 * documentation for any purpose is hereby granted without fee, provided that
6 * the above copyright notice appear in all copies and that both that
7 * copyright notice and this permission notice appear in supporting
8 * documentation, and that the name of the authors not be used in
9 * advertising or publicity pertaining to distribution of the software without
10 * specific, written prior permission. The authors makes no representations
11 * about the suitability of this software for any purpose. It is provided
12 * "as is" without express or implied warranty.
14 * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16 * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20 * PERFORMANCE OF THIS SOFTWARE.
22 /*#define V86BIOS_DEBUG */
25 * uncomment the following if needed
26 * should be command line options
30 #define IO_STATISTICS 0
33 #define PRINT_IP 0 /* print IP address with PIO information */
34 #define TRACE 0 /* turn on debugger in x86emu */
35 /* requires x86emu compiled with -DDEBUG */
38 * these should not be here.
39 * Should be converted to command line options.
41 #define CONFIG_ACTIVE_ONLY 0
42 #define CONFIG_ACTIVE_DEVICE 1
44 #define MAP_SYS_BIOS 1
48 #define SHOW_ALL_DEV 0
51 /*#define V_BIOS 0xe0000 */
52 /*#define V_BIOS 0xe4000 */
55 #if (PRINT_IO == 1) && (PRINT_PORT == 0)
58 #if (IO_STATISTICS == 1) && (PRINT_PORT == 0)
59 # define IO_STATISTICS 0