VOGONS


First post, by compiler

User metadata
Rank Newbie
Rank
Newbie

I've been setting up a CF card for 2 "retro" computers (Neoware EON GX1 and PIII-800 downgraded to 400Mhz).

I added 4dos 8.0 to the CF and when I run "4dos", the PC reboots.

I remember having 4dos working on this CF before, so maybe I have something incompatible with 4dos in my config files that I'm not aware.

My config.sys:

DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE /AUTO /V

FILES=40
BUFFERS=30
LASTDRIVE=J

DOS=HIGH,UMB

My autoexec.bat:

@ECHO OFF

PROMPT $p$g
PATH C:\DOS;C:\BIN;C:\UTILS\4DOS;C:\UTILS\NC
SET TEMP=C:\TMP
KEYB SP,,C:\DOS\KEYBOARD.SYS

SET BLASTER=A220 I7 D1 H5 P330 T6
C:\DRIVERS\UNISOUND\UNISOUND

LH C:\DRIVERS\MOUSE\BIN\CTMOUSE.EXE

Any idea on what could be wrong?

Thanks.

Reply 1 of 5, by Yoghoo

User metadata
Rank Oldbie
Rank
Oldbie

What's in your 4dos.ini?

Also normally you add a couple of lines in your startup scripts to automatically run 4dos. For example:

AUTOEXEC.BAT:
SET COMSPEC=C:\4DOS\4DOS.COM

CONFIG.SYS:
SHELL=C:\4DOS\4DOS.COM /P /E:1024

Reply 2 of 5, by compiler

User metadata
Rank Newbie
Rank
Newbie
Yoghoo wrote on Today, 18:08:
What's in your 4dos.ini? […]
Show full quote

What's in your 4dos.ini?

Also normally you add a couple of lines in your startup scripts to automatically run 4dos. For example:

AUTOEXEC.BAT:
SET COMSPEC=C:\4DOS\4DOS.COM

CONFIG.SYS:
SHELL=C:\4DOS\4DOS.COM /P /E:1024

I didn't setup a 4dos.ini file (there's no such file in 4dos800.zip and 4dos7501.zip).

I don't have anything related to 4dos in config.sys and autoexec.bat, I remember using 4dos for years in 199x launching it manually from the command line ("4dos<enter>").

I just tested (besides 8.0) 7.50.1 and 7.50.

I started commenting with REM all lines in config and now it works. I narrowed the issue down to:

DEVICE=C:\DOS\EMM386.EXE /AUTO /V

Commenting that line 4dos works, but I need it to have XMS...

Reply 3 of 5, by compiler

User metadata
Rank Newbie
Rank
Newbie
compiler wrote on Today, 18:26:
I started commenting with REM all lines in config and now it works. I narrowed the issue down to: […]
Show full quote

I started commenting with REM all lines in config and now it works. I narrowed the issue down to:

DEVICE=C:\DOS\EMM386.EXE /AUTO /V

I found that the issue is /AUTO.

Removing that parameter fixes the issue.

Reply 4 of 5, by Yoghoo

User metadata
Rank Oldbie
Rank
Oldbie

What version of DOS are you using? /AUTO is normally not a valid option. It is normally just AUTO. Like this:

DEVICE=C:\DOS\EMM386.EXE NOEMS D=64 AUTO NOTR

Reply 5 of 5, by compiler

User metadata
Rank Newbie
Rank
Newbie

It's MSDOS 6.22