PHP Classes

File: test/dosemu.conf

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   test/dosemu.conf   Download  
File: test/dosemu.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 487 bytes
 

Contents

Class file image Download
# DOSEMU Configuration for Door Testing # Allow access to dosbox-bridge directory $_lredir_paths = [ "/home/binkterm/binkterm-php/dosbox-bridge/dos" ] # CPU and memory settings $_cpu = "80486" $_hogthreshold = (10) # Character encoding $_external_charset = "utf8" $_internal_charset = "cp437" # Serial port (for future bridge integration) $_com1 = "virtual" # Disable graphics/video for headless operation $_console = "0" $_graphics = "0" $_X = "0" # Disable sound $_sound = "0"