Le 5 D�cembre 2001 13:04, vous avez �crit : [snip] > 2) We need a friendly(er?) interface to the configuration files--or better > yet a solid and coherent doc file on plex86 configuration. Don't worry > about Docbook stuff for the early drafts--we just need _someting_! [snip]
I use a custom configuration file format I proposed a while ago which I think should be part of Plex86. It focuses on devices as objects rather than a sequential list of code. I implemented it as a plugin for my personal use, so it keeps compatibility with standard files. EL Here is a working sample: ######################################### [plugins] echo = ./plugins/plugins-new/echo/echo.so #ide = ./plugins/plugins-new/ide/ide.so #hdd = ./plugins/plugins-new/ide/harddrive.so #hdf = ./plugins/plugins-new/ide/harddrive.so [load-rom] message = "Loading BIOS ROM" file = ../bios/BIOS-plex86-current address = 0xf0000 [load-rom] message = "Loading VGA ROM" file = ../bios/VGABIOS-elpin-2.40 address = 0xc0000 #[ide] #master2= hdd #slave2 = hdf #[hdf] #file = ../../Plex86OS/echo.bin #cyl = 1 #head = 1 #sect = 1 #[hdd] #file = ../../../10M.FreeDOS #cyl = 306 #head = 4 #sect = 17 ######################################### -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++ E--- W++ N+ o? K? w++ !O M !V PS PE Y PGP-(+++) t+(--) 5? X- R* tv+ b+ DI+++ D+ G e+>+++++ h! r-- !y+ ------END GEEK CODE BLOCK------
