; Configuration file for use with MADGECS
EMULATE_SOCKET_SERVICES=YES ; This line causes MADGECS to emulate socket services.
EXCLUDE_IO=A20-AFF, ; These lines delete particular I/O ranges from the
1A20-1AFF, ; list of available I/O ranges that MADGECS keeps.
2A20-2AFF,
3A20-3AFF,
E20-EFF;
DEFAULT_IO=NO ; This line forces MADGECS to use only the I/O ranges
; that you specify in MADGECS.CFG (see the USE_IO=
; option).
USE_IO=300-31F, 4000-40FF ; This line adds two ranges to MADGECS's list of
; available I/O ranges. The range 300-31F is of a size
; that is suitable for the PCMCIA Ringnode. The range
; 4000..40FF is of a size that is suitable for CardBus
; or PCMCIA adapters.
DEFAULT_INTERRUPTS=NO ; This line causes MADGECS to allocate only the
; interrupts that you specify in MADGECS.CFG (see
; the USE_INT= option).
USE_INT=10,11 ; This line causes MADGECS to add interrupts
; 10 and 11 to its list of available interrupts.
DEFAULT_MEMORY=NO ; This line forces MADGECS to use only the memory
; ranges that you specify in MADGECS.CFG (see the
; USE_MEMORY= option).
USE_MEMORY=D000-DIFF ; This line adds a memory range to MADGECS's
; list of available memory.
|