-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
Eivind Bøhler edited this page Oct 13, 2022
·
1 revision
FDCONFIG.SYS
:
SET DOSDIR=C:\FDOS
REM Look at http://home.mnet-online.de/willybilly/fdhelp-internet/en/hhstndrd/base/cntrysys.htm
REM for recommended country codes and codepages
!COUNTRY=001,437,C:\FDOS\BIN\COUNTRY.SYS
!LASTDRIVE=Z
!BUFFERS=20
!FILES=40
!MENUCOLOR=7,0
MENUDEFAULT=1,5
MENU 1 - Load FreeDOS with JEMMEX, no EMS (most UMBs), max RAM free
MENU 2 - Load FreeDOS with JEMM386 (Expanded Memory)
MENU 3 - Load FreeDOS low with some drivers (Safe Mode)
MENU 4 - Load FreeDOS without drivers (Emergency Mode)
MENU 5 - Clean boot
12?DOS=HIGH
12?DOS=UMB
12?DOSDATA=UMB
1?DEVICE=C:\FDOS\BIN\JEMMEX.EXE NOEMS X=TEST I=TEST NOVME NOINVLPG
234?DEVICE=C:\FDOS\BIN\HIMEMX.EXE
2?DEVICE=C:\FDOS\BIN\JEMM386.EXE X=TEST I=TEST I=B000-B7FF NOVME NOINVLPG
34?SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\FDAUTO.BAT
12?SHELLHIGH=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\FDAUTO.BAT
5?
FDAUTO.BAT
:
@ECHO OFF
set DOSDIR=C:\FDOS
set LANG=EN
set TZ=UTC
set PATH=%DOSDIR%\BIN
if exist %DOSDIR%\LINKS\NUL set PATH=%path%;%dosdir%\LINKS
set NLSPATH=%DOSDIR%\NLS
set HELPPATH=%DOSDIR%\HELP
set TEMP=%DOSDIR%\TEMP
set TMP=%TEMP%
set BLASTER=A220 I7 D1 P330 T4
set DIRCMD=/P /OGN /Y
set COPYCMD=/-Y
set OS_NAME=FreeDOS
set OS_VERSION=1.3-RC4
set autofile=C:\FDAUTO.BAT
set cfgfile=C:\FDCONFIG.SYS
alias cfg=edit %cfgfile%
alias auto=edit %autofile%
alias reboot=fdapm warmboot
alias reset=fdisk /reboot
alias halt=fdapm poweroff
alias shutdown=fdapm poweroff
if "%config%"=="4" goto END
if "%config%"=="5" goto END
LH FDAPM APMDOS
if EXIST %DOSDIR%\BIN\DOSLFN.COM LH DOSLFN
LH KEYB US,437
CTMOUSE /R1 /O
REM MEM /C /N
C:\UNISOUND\UNISOUND /V85 /VW85 /VF85 /VL85 /VP60 /VC0 /VM0
if exist %dosdir%\bin\fdassist.bat call %dosdir%\bin\fdassist.bat
:END
© Eivind Bøhler 2021-2022. Released under the GNU General Public License v3.0