Subversion Repositories SvarDOS

Rev

Rev 170 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 170 Rev 192
1
@ECHO OFF
1
@ECHO OFF
2
PATH A:\
2
PATH A:\
3
SET NLSPATH=A:\NLS
3
SET NLSPATH=A:\
4
SET TEMP=C:\TEMP
-
 
5
PROMPT $P$G
4
PROMPT $P$G
6
SET DIRCMD=/P /OGNE /4
5
SET DIRCMD=/P /OGNE /4
7
SET FDNPKG.CFG=A:\FDNPKG.CFG
6
SET FDNPKG.CFG=A:\FDNPKG.CFG
8
ALIAS REBOOT=FDAPM COLDBOOT
7
ALIAS REBOOT=FDAPM COLDBOOT
9
ALIAS HALT=FDAPM POWEROFF
8
ALIAS HALT=FDAPM POWEROFF
10
 
9
 
11
REM DISPLAY driver for NLS support
10
REM DISPLAY driver for NLS support
12
DISPLAY CON=(EGA,,1)
11
DISPLAY CON=(EGA,,1)
13
 
12
 
14
REM *** CDROM initialization ***
13
REM *** CDROM initialization ***
15
 
14
 
16
REM UDVD2 is called with /UX to DISABLE UltroDMA (force PIO mode). Otherwise
15
REM UDVD2 is called with /UX to DISABLE UltroDMA (force PIO mode). Otherwise
17
REM freezes happen when running VirtualBox (tested under vbox 5.0 and 5.1)
16
REM freezes happen when running VirtualBox (tested under vbox 5.0 and 5.1)
18
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\UDVD2.SYS /D:SVCD0001 /UX
17
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\UDVD2.SYS /D:SVCD0001 /UX
19
 
18
 
20
REM if UDVD2 failed, try using eltorito as last resort
19
REM if UDVD2 failed, try using eltorito as last resort
21
REM under Virtualbox 6.0 eltorito leads to an empty drive
20
REM under Virtualbox 6.0 eltorito leads to an empty drive
22
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\ELTORITO.SYS /D:SVCD0001
21
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\ELTORITO.SYS /D:SVCD0001
23
 
22
 
24
REM enable the CD only if driver succeeded
23
REM enable the CD only if driver succeeded
25
IF EXIST SVCD0001 SHSUCDX /D:SVCD0001 /Q
24
IF EXIST SVCD0001 SHSUCDX /D:SVCD0001 /Q
26
 
25
 
27
A:\FDAPM APMDOS
26
FDAPM APMDOS
-
 
27
 
28
ECHO.
28
ECHO.
-
 
29
ECHO  **************************
29
ECHO *** Welcome to Svarog386 ***
30
ECHO  *** Welcome to SvarDOS ***
-
 
31
ECHO  **************************
30
ECHO.
32
ECHO.
-
 
33
 
31
INSTALL
34
INSTALL
32
 
35