All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 46 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Dos 6.22 usb install
PostPosted: March 30th, 2018, 23:57 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
I'm 70 and haven't use dos for years I want to setup my autoexec.bat and config.sys but I want setup to be use on a USB. I will add more when needed.

Here what I came up with.
Quote:
config.sys
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386 NOEMS I=B000-B7FF
DEVICE=C:\DOS\CD1.SYS /D:BTC
DEVICE=C:\DOS\USBASPI1.SYS /V [/E (EHCI USB 2.0) /O (OHCI USB 1.1 Add-on) /U (UHCI USB 1.1 Integrated)]
DEVICE=C:\DOS\USB\DI1000DD.SYS
FILES=30
BUFFERS=20
LASTDRIVE=Z

autoexec.bat

@ECHO OFF
C:\DOS\MSCDEX /D:BTC
C:\DOS\MOUSE.COM
PROMPT $P$G


I want to know what needs changes or added? I have an dos 6.22 ISO file to put on a USB but what do I need to copy it to the USB? the only drivers I have is USBASPI1.SYS and DI1000DD.SYS

Any help would be great and if it needs move please do.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: March 31st, 2018, 18:36 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
Well I got my USB built but I got this ERROR message.
Quote:
Illegal option
Usage MSCDEX [/E/K/S/V][/D<driver>...][/L:<letter>][/M:<buffers>]

What do I need to do?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: March 31st, 2018, 20:35 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
I haven't done it for years either but I think you haven't specified the drive letter.

Code:
C:\DOS\MSCDEX /D:BTC /L:D


not sure I used to use so many entries in the config.sys either.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: March 31st, 2018, 20:39 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
My CD Rom now works.

Now my USB ERROR are.
Quote:
USBASPI.SYS
Error Illegal option

DI1000DD.SYS
Available ID
Not Found Installable Device

What do I need yo do?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 1st, 2018, 3:14 
Offline
User avatar

Joined: May 13th, 2010, 11:17
Posts: 2785
Location: Kuwait
jmdlcar wrote:
My CD Rom now works.

Now my USB ERROR are.
Quote:
USBASPI.SYS
Error Illegal option

DI1000DD.SYS
Available ID
Not Found Installable Device

What do I need yo do?



Google "Dos USB Driver" many ver. of driver (.SYS file) you need to try it with your device and see


Ref.

http://www.bootdisk.com/usb.htm
http://www.pcxt-micro.com/dos-usb.html

_________________
Kuwait Data Recovery - UNIX GTC
The only reason for time is so that everything doesn't happen at once. By: Albert Einstein


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 1st, 2018, 4:35 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
jmdlcar wrote:
DEVICE=C:\DOS\USBASPI1.SYS /V [/E (EHCI USB 2.0) /O (OHCI USB 1.1 Add-on) /U (UHCI USB 1.1 Integrated)]
DEVICE=C:\DOS\USB\DI1000DD.SYS


The first line, square brackets usually mean "use one of these optional switches" so you don't include them in the actual chosen statement.
the curved brackets are just describing what the switch is, and should not be included either.

Code:
devicehigh=USBASPI.SYS /v /w /e

is an example of a complete entry. you should read http://www.pcxt-micro.com/dos-usb.html

second line might be fine after first line is fixed as it looks like it relies apon it.

YMMV as I only had a minute to look at this though.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 1st, 2018, 18:02 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
This is just a thought if I boot from a USB can I have another USB plug in at the same time? I try to boot up with 2 USB plug in and it would not boot up tell I unplug the non bootable USB. Is this right or should it boot with 2 plugin?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 2nd, 2018, 18:12 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
It can boot with more than one usb thing connected, but you need to choose the right boot order in bios.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 17:53 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
rogfanther wrote:
It can boot with more than one usb thing connected, but you need to choose the right boot order in bios.

What is the right order?

Here is my new Autoexec.bat.
Quote:
@echo off
PATH C:\;C:\DOS;C:\NC;C:\WORKS;C:\QB45
C:\DOS\MSCDEX.EXE /V /D:TSSTcorp /L:J
rem C:\DOS\DOSKEY
C:\DOS\MOUSE\MOUSE.COM
PROMPT $P$G

And config.sys.
Quote:
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386 NOEMS
DEVICE=C:\DOS\CD\CD1.SYS /D:TSSTcorp /L:J
rem DEVICE=C:\DOS\USB\USBASPI1.SYS /V [/E (EHCI USB 2.0) /O (OHCI USB 1.1 Add-on) /U (UHCI USB 1.1 Integrated)]
DEVICE=C:\DOS\USB\USBASPI2.SYS /V
rem DEVICE=C:\DOS\USB\USBASPI3.SYS /V
rem DEVICE=C:\DOS\USB\USBASPI4.SYS /V
rem DEVICE=C:\DOS\USB\USBASPI5.SYS /V
DEVICE=C:\DOS\USB\DI1000DD.SYS
DOS=HIGH,UMB
FILES=30
BUFFERS=20
STACKS=9,256
LASTDRIVE=Z


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 18:24 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
The right order in which the computer will try to boot from the correct usb device first, that is, in bios you choose for it to boot from the usb drive where you have your files.

What computer are you trying this on ? Desktop, laptop, virtual machine ?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 19:02 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
rogfanther wrote:
The right order in which the computer will try to boot from the correct usb device first, that is, in bios you choose for it to boot from the usb drive where you have your files.

What computer are you trying this on ? Desktop, laptop, virtual machine ?

My boot order is USB, CD and Hard drive.

I am using it on a Laptop and my USB is a 256mb but what is the biggest size I can use? It boots in to C: is that right?

I would like to use the internet but what do I need for Wired Protocol 10/100 Ethernet or Wireless Protocol 802.11g and Wireless Controller Dell Wireless 1395 if this is possible?

I want to do more but that enough for now.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 19:08 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
In the laptop bios, you probably have option to choose which of connected usb drives to boot from.

After booting , it could default to C: or A:. I do not have a way to try it here now, but if your autoexec contains references to files in a C:\, and it is working, then C: is what our disk is booting to.

The size, if you want to keep with MSDOS 6.22, is 2Gb, I think. Google the limit for FAT16 . Also, if you move to a boot disk created with Windows 95/98, you can use FAT32, then the possible partition size gets bigger.

Those excess of things are not adequate for a dos boot disk. Exactly what do you pretend to do with all that ?

If there really is a reasonable reason for wanting to boot from a msdos disk and access internet, the easiest way would be to set things up in a common hard disk first, then transfer them to the usb drive later.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 19:32 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
I stop Windows Vista came out. I now use Linux after I stop using Windows. Why I went back to Dos I just wanted something new at 70 and I still had all my Dos stuff in my basement but my main OS is Linux. I can read my Dos with linux so that not a problem.
Quote:
The size, if you want to keep with MSDOS 6.22, is 2Gb, I think. Google the limit for FAT16 .

Right now 256mb is big enough and I have only little over 12mb on it.
Quote:
If there really is a reasonable reason for wanting to boot from a msdos disk and access internet, the easiest way would be to set things up in a common hard disk first, then transfer them to the usb drive later.

That what I will do.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 3rd, 2018, 19:39 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
Ok. There was a tcp/ip stack for dos, but probably you will need to ditch the cdrom drivers for that, or you will not have enough low memory.

I think, from memory, there was some lynx/mosaic application for dos, also.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 0:03 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
@rogfanther,

You are right 2gb is as big for fat16. I like to get sound working but I'm not sure what driver I need for my Dell INSPIRON 1525.


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 2:15 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
what are you actually going to do in DOS after it is all setup?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 8:59 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
@Haque As I said him, I don´t know it this will result in something usable.

But as stated, he is doing it just to try something different, and that is commendable. If he is trying to see it it will work, putting an honest effort in it, why not ?


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 11:48 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
no problem, but asking as to better direct help. sometimes what you need to know is not the answer to your questions ;-)


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 13:06 
Offline

Joined: March 30th, 2018, 23:35
Posts: 24
Location: Ohio USA
@ HaQue, I remember the old days. I want to show my grand kids.

@rogfanther, Thanks for what you said.

I have installed Wolfenstein 3D and Doom but then I found out it had no sound and like to fix it. If I still had my old Computer there wouldn't be any problem. I was told what I want to do it wouldn't work on a newer Computer.

I have installed 30mb so far on my USB and I just getting started


Top
 Profile  
 
 Post subject: Re: Dos 6.22 usb install
PostPosted: April 4th, 2018, 14:32 
Offline

Joined: October 16th, 2013, 13:21
Posts: 713
Location: Brazil
You will need a compatible sound card for those games.

There are some emulators for the parallel port, but I think your laptop doesn´t have a parallel port either.

You will probably need to find some sound driver for the specific sound card of your notebook. Can you post the complete model of the computer, or a link to the manufacturer´s page with drivers ?

BTW, you could run this inside a dosbox or virtualpc session in linux also.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 46 posts ]  Go to page 1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group