Page 1 of 1
dos device drivers
Posted: Thu May 16, 2002 4:36 pm
by unknown user
can someone show me how to load dos device drivers?
Re:dos device drivers
Posted: Thu May 16, 2002 6:09 pm
by ASHLEY4
Dos does not have drivers, like linux or windows,The program talk direct to the hard ware,you do get prog that setup things like SB sound called drivers ,But they are just prog that put thing's in the autoexec.bat and config.sys.
You can start prog's like mouse.com by puting something like this in your autoexec.bat eg:
path=c:\dos\mouse
\\\|///
(@@)
ASHLEY4.
Re:dos device drivers
Posted: Fri May 17, 2002 4:24 am
by unknown user
so you just have to run the program? i'm not sure what you're getting at. i'm trying to program the use of dos device drivers in to my os, not trying to use them in dos. i know how to use them in dos.
Re:dos device drivers
Posted: Fri May 17, 2002 9:57 am
by ASHLEY4
As i said there is no driver's to use,as dos does not have drivers how are you going to use them in your OS,
If you are making a real mode dos clone you would talk direct to the hardware ,But there's a lot of diferent one's ,So you would have to make it compatably with say SB16, or VESA ,etc.
\\\///
(@@)
ASHLEY4.
Re:dos device drivers
Posted: Fri May 17, 2002 10:27 am
by drasir
Well, what about .SYS Device Drivers.
I think they are real programs and therefor real drivers.
And i think they are something like standard EXE without header or so, try to load them as an exe...
Re:dos device drivers
Posted: Fri May 17, 2002 4:13 pm
by unknown user
thanks