# Configuration file for NetPi-IDE user space daemon. # # Lines begining with hash tags define comment lines. # In the future this file may be re-written by configuration # management utilities. However pattern search and replace # will be used so that user comments and white-space will be # preserved where possible. # # keyword/value pairs are organized into sections as defined # by section headers that are framed with braces on their # own line. # System Section # ----------------------------------------------------------- # The system section defines broader configuration items # that apply to the whole system and are not sub-divided into # more focused categories. [system] # img_path defines a re-pointable base path for where disk # images are located when using the 'file' keyword rather # than the 'path' keyword in drive sections below. The later is always fully # qualified. It defaults to '/mnt' img_path=/mnt #spi_path = /dev/watchdog #i2c_path = /dev/stdout #spi_rate = 6000000 #master = jrmaster #slave = jrslave master = dos330 [ rtc] timezone = America/New_York #ntp? # Drive Sections # ----------------------------------------------------------- # Each drive section contains an identifier that follows the # 'drive' section keyword. This allows multiple images to # be defined, validated, and ultimately used by netpi. # # Currently only up to two images may be selected at any # given time using the master and slave keywords in the system # section. However in the future, netpi aware bios roms may # allow dynamic selection of master/slave from a boot menu # of all defined drive images before the real system bootstrap. [drive dos211] label = PC-DOS 2.11 Boot file = drive_c_211.img cyls = 615 heads = 4 spt = 17 readonly = true [drive dos330] label = PC-DOS 3.30 Boot file = drive_c_330.img cyls = 615 heads = 4 spt = 17 readonly = true [drive jrmaster] label = PCJr Master Image file = drive_c.img cyls = 800 heads = 6 spt = 17 [drive jrslave] label = PCJr Slave Image file = drive_d.img [network] mode = manual ip = 192.168.2.49 netmask = 255.255.255.0 gateway = 192.168.2.1 dns = 8.8.8.8 ssid = redshed