Name Last modified Size Description
Parent Directory 17-Jun-2022 17:27 -
config 01-Mar-2013 17:57 2k config file exemple
FireBee-FreeMiNT-setup-Aranym.zip 01-Mar-2013 23:27 34.6M FireBee setup for Aranym
FireBee-FreeMiNT-setup-Aranym-img.zip 01-Mar-2013 23:52 143M FireBee setup for Aranym 250Mb disk img
All credits go to Jo Even Skarstein for this nice FireBee setup of Freeminthttp://atari.nvg.org/firebee-mint/
I only made some mod to have it working under Aranym and removed all non working stuff. Provided as is, don't expect any support For the config file: this one is for the 250Mb disk image file, if you whant to use the native file system disk C you have to uncomment the Boostrap in this file (removing the ";") ;Bootstrap = mintara.prg ;BootstrapArgs = DEBUG_LEVEL=1 BOOT_DELAY=0 MEM_PROT=NO ;BootDrive = C move mintara.prg from C:/auto to your aranym sys an modify the Bootstrap = pathforyour/mintara.prg [HOSTFS] ;C = drive_c C = same here uncomment and modify the path if needed for you drive_c folder, remove the needless C = [PARTITION0] Path = firebee_c.img Present = Yes PartID = BGM ByteSwap = Yes ReadOnly = No change the value Present to No [HOSTFS] D = drive_d bootstrap and img have acces to a native D drive, just create a drive_d folder and change the path if needed, if you dont whant it comment with ";" or remove it For fvdi: echo "0 - 800x600" echo "1 - 1024x768" echo "2 - 1280x1024" echo "3 - 1400x1050" echo "4 - 1280x720" swapkey setkey 0 waitkey 1 Screen resolution is 800x600 by default, press key 1 2 3 or 4 to change it. "setkey 0" change this for a new default value in the fvdi.sys if you whant to boot in another screen mode without pressing a key. "waitkey 1" is the latency to press a key to change your screen mode change it to add more or less time I have also added the 1280x720 video mode in the fvdi.sys and cropped the 1080 wallpapper to 720, you will find the file fb-720.jpg in c:/mint/wallp with the over ones
For the desktop : sel_desk.prg don't work, I have removed it. edit this file c:/mint/desktop.cnf and uncomment your desktop, default is Teradesk (note: Jinnee is not include in this setup) ##################################################################### # system shell # # #---------- Thing 1.29 ----------- # #setenv THINGDIR u:\c\thing\thing.129 #setenv AVSERVER "THING " #setenv FONTSELECT "THING " #shell = c:\thing\thing.129\thing.app # #---------- Thing 1.27 ----------- # #setenv THINGDIR u:\c\thing\thing.127 #setenv AVSERVER "THING " #setenv FONTSELECT "THING " #shell = c:\thing\thing.127\thing.app # #---------- Jinnee ---------- # #setenv AVSERVER "JINNEE " #setenv FONTSELECT "JINNEE " # #shell = c:\jinnee\jinnee.app # #--------- Teradesk --------- # setenv AVSERVER "DESKTOP " setenv FONTSELECT "DESKTOP " shell = c:\teradesk\desktop.prg #