Jump to content

STARTUP.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{ProdS |V40=*|V45=S}}
VIA 8233 Startup Sound driver.
VIA 8233 Startup Sound driver.
BASEDEV=STARTUP.SYS <parameters>


An AC97 adaptation of the "SoundBlaster Startup Sound Driver" by Robert Muchsel. All the driver does is randomly playing a short tune during OS/2 startup (then it uninstalls itself, hence consuming no memory).
An AC97 adaptation of the "SoundBlaster Startup Sound Driver" by Robert Muchsel. All the driver does is randomly playing a short tune during OS/2 startup (then it uninstalls itself, hence consuming no memory).
Line 7: Line 8:


The driver requires a 14.xxx kernel.
The driver requires a 14.xxx kernel.
==Syntax==
BASEDEV=STARTUP.SYS <parameters>


==Parameters==
==Parameters==
* /MV: - Set master volume to n% (0 to 100). Default is /M:100.
'''/MV:'''
* /V: - Set output volume to n% (0 to 100). Default is /V:100.
:Set master volume to n% (0 to 100). Default is /M:100.
* /SV: - Set PC Speaker volume to n% (0 to 100). Default is /SV:60.
'''/V:'''
:Set output volume to n% (0 to 100). Default is /V:100.
'''/SV:'''
:Set PC Speaker volume to n% (0 to 100). Default is /SV:60.
 
==Links==
* {{FileLink|StartUp_1-0.zip}} - 1.0 (1995-12-28)


{{ProdS |V40=*|V45=S}}
[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Latest revision as of 03:43, 8 August 2025

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3
OS/2 Warp Connect
OS/2 Warp 4 *
OS/2 Warp Server for e-Business S


VIA 8233 Startup Sound driver.

An AC97 adaptation of the "SoundBlaster Startup Sound Driver" by Robert Muchsel. All the driver does is randomly playing a short tune during OS/2 startup (then it uninstalls itself, hence consuming no memory).

Besides serving as an amusement, the driver may also be useful in locating IRQ sharing problems - if the MMPM/2 driver, VIAUDD.SYS, does not work while STARTUP.SYS does, the IRQs should be examined for conflicts.

The driver requires a 14.xxx kernel.

Syntax

BASEDEV=STARTUP.SYS <parameters>

Parameters

/MV:

Set master volume to n% (0 to 100). Default is /M:100.

/V:

Set output volume to n% (0 to 100). Default is /V:100.

/SV:

Set PC Speaker volume to n% (0 to 100). Default is /SV:60.

Links