|
-
April 4th, 2002, 02:51 PM
#1
Real Mode Drivers? Additions to autoexec.bat and config.sys
I am experimenting with OEM installations and to this end I'm using a piece of configuration software called opkwiz (OEM Preinstallation Kit Wizard). One step in the preinstallation is done in DOS mode and the configuration calls for "real mode drivers" to be added to autoexec.bat and/or config.sys files.
What are "real mode drivers" and how should I look for what these additions should be?
------------------
Build your own computer... An Introduction
-
April 4th, 2002, 07:12 PM
#2
Source, Webopedia > real mode: Here's a fairly typical example of a C:\CONFIG.SYS and C:\AUTOEXEC.BAT file on a system running MS-DOS 5.00+ and Windows 3.1 that load several device drivers:
CONFIG.SYS:
device=c:\windows\himem.sys /testmem ff
device=c:\windows\emm386.exe ram
dos=high,umb
buffers=20,0
files=60
lastdrive=g
fcbs=4,0
devicehigh=c:\cd-rom\atapi.sys /d:mscd000 /n:1
devicehigh=c:\dos\ansi.sys
shell=c:\windows\command.com c:\windows /e:512 /p /f
AUTOEXEC.BAT:
@echo off
lh c:\dos\mscdex.exe /d:mscd000 /v
lh c:\windows\smartdrv.exe 4096 /v
lh c:\mouse\mouse.exe
lh c:\dos\doskey.exe /insert
path=c:\bat;c:\util;c:\dos;c:\windows
prompt $p$g
[This message has been edited by Vernon Frazee (edited 04-04-2002).]
-
April 4th, 2002, 10:53 PM
#3
Thank you for that superb post. I was fortunate to see verification of the information you provide in a DOS driver package for my Sanyo CDROM drive. I was able to configure a startup disk that included CDROM support using the MSCDEX line in my autoexec.bat file and device= line in my config.sys file.
------------------
Build your own computer... An Introduction
-
April 5th, 2002, 06:08 PM
#4
You're Welcome, and Thanks! Good to hear you got her up and running.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|