# Minimal driver policy for the 86Box graphical UI mode matrix.
#
# The guest accesses the root disk through the direct XTIDE driverd service.
# The serial device used by the GEM mouse and optional trace UART remains
# enabled with the RAM service.

DRIVER_RAM=yes
DRIVER_SERIAL=yes
DRIVER_ETHERNET=no

BLOCK_DRIVER=xtide
BLOCK_DRIVER_MODE=polling
DRIVER_RAMDISK=no
DRIVER_SSD=no
DRIVER_XTIDE=yes
DRIVER_DIRECTFD=no
DRIVER_ATHD=no
DRIVER_ROMFLASH=no
DRIVER_MFM_ST506=no
MFM_ST506_MODE=polling
MFM_ST506_IRQ=5
MFM_ST506_DMA=3
MFM_ST506_DMA_MODE=no

# Keep the normal POSIX IPC surface in every UI image.  The optional FAT
# profile is the only matrix which needs to remove these tables for size.
FS_POSIX_IPC_ENABLE=1
