IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Reply to this topicStart new topic
> a big problem.....
aqcww
post Jul 8 2008, 05:55 AM
Post #1


Junior
*

Group: Members
Posts: 81
Joined: 26-April 08
From: Shandong
Member No.: 188663
OS: 98SE
Country Flag


i've setuped windows98.
and when i start the windows,after "the windows98 sky boot screen" the computer will restart.i can't do anything....btw,i can go into dos mode
this is my computer's hard ware list:
mother board:845epi
memory:1.25g
cpu:p4 2.8g
graphic card:ati 9200 64mb
the solutions?

This post has been edited by aqcww: Jul 8 2008, 05:56 AM
Go to the top of the page
 
+Quote Post
Fredledingue
post Jul 8 2008, 09:17 AM
Post #2


Friend of MSFN
*****

Group: Members
Posts: 896
Joined: 10-February 05
Member No.: 43624
Country Flag


One possible solution to this problem, because I see that you have 1.25 Gb of memory, is to edit system.ini and add:

Under [386enh]

ConservativeSwapFileUsage=1
MinSPs=16
MaxPhysPage=3FE00
DMABufferSize=64


Note: 3FE00 with two zeros (not the letter O)

then, under [vcache]
MinFileCache=100000
MaxFileCache=100000


to edit the file under Dos, Type:
edit c:\windows\system\system.ini

But you could also have issues with discs larger than 137Bg, like I did (see here, or here and Install w98 on Large Drives (Above the 137Gb Barrier) .

HTH

This post has been edited by Fredledingue: Jul 9 2008, 09:27 AM
Go to the top of the page
 
+Quote Post
aqcww
post Jul 8 2008, 07:32 PM
Post #3


Junior
*

Group: Members
Posts: 81
Joined: 26-April 08
From: Shandong
Member No.: 188663
OS: 98SE
Country Flag


i also have a 256mb memory card.if i insert it ,i'll have 1.5g memory.what should i change for the config files?
and my disk is 80g~~that's no problem.
thx

This post has been edited by aqcww: Jul 8 2008, 07:38 PM
Go to the top of the page
 
+Quote Post
RetroOS
post Jul 8 2008, 07:43 PM
Post #4


Advanced Member
***

Group: Members
Posts: 345
Joined: 26-June 07
Member No.: 144486
OS: 98SE
Country Flag


Those settings above will work.
Go to the top of the page
 
+Quote Post
Mati96
post Jul 8 2008, 09:09 PM
Post #5





Group: Members
Posts: 6
Joined: 7-July 08
Member No.: 199813
OS: none
Country Flag


QUOTE (Fredledingue @ Jul 8 2008, 10:17 AM) *
One possible solution to this problem, because I see that you have 1.25 Gb of memory, is to edit system.ini and add:

Under [386enh]

ConservativeSwapFileUsage=1
MinSPs=16
MaxPhysPage=3FE00
DNABufferSize=64


Note: 3FE00 with two zeros (not the letter O)

then, under [vcache]
MinFileCache=100000
MaxFileCache=100000


to edit the file under Dos, Type:
edit c:\windows\system\system.ini

But you could also have issues with discs larger than 137Bg, like I did (see here, or here and Install w98 on Large Drives (Above the 137Gb Barrier) .

HTH



Hey- thanks guys- this worked for me on a similar problem I was having. The help is much appreciated.
Go to the top of the page
 
+Quote Post
RetroOS
post Jul 8 2008, 09:35 PM
Post #6


Advanced Member
***

Group: Members
Posts: 345
Joined: 26-June 07
Member No.: 144486
OS: 98SE
Country Flag


QUOTE (Fredledingue @ Jul 9 2008, 03:17 AM) *
...
DNABufferSize=64
...

One small correction...
The line above should read (note the M):
DMABufferSize=64
Go to the top of the page
 
+Quote Post
Mati96
post Jul 9 2008, 12:26 AM
Post #7





Group: Members
Posts: 6
Joined: 7-July 08
Member No.: 199813
OS: none
Country Flag


Got it. THX cool.gif
Go to the top of the page
 
+Quote Post
Mati96
post Jul 9 2008, 12:55 AM
Post #8





Group: Members
Posts: 6
Joined: 7-July 08
Member No.: 199813
OS: none
Country Flag


BTW Ive seen some people recommend
MaxPhysPage=40000
If you can explain- what is the difference between that and what you recommend I do.
Thanks
Go to the top of the page
 
+Quote Post
aqcww
post Jul 9 2008, 01:35 AM
Post #9


Junior
*

Group: Members
Posts: 81
Joined: 26-April 08
From: Shandong
Member No.: 188663
OS: 98SE
Country Flag


oooooh,MaxPhysPage=3FE00 means limit Windows 98SE to 1020 Megs of RAM.right?
but,that's waste mem.can i instead MaxPhysPage=40000?
Go to the top of the page
 
+Quote Post
RetroOS
post Jul 9 2008, 04:05 AM
Post #10


Advanced Member
***

Group: Members
Posts: 345
Joined: 26-June 07
Member No.: 144486
OS: 98SE
Country Flag


For a more in-depth look at the Windows 9x memory settings, see this topic:
http://www.msfn.org/board/Help-I-need-to-G...wo-t109574.html
In the second post, there are some more topics to look at.
The first of the three is not valid anymore, but the last two in the list are a good read.
You will get a much better understanding of the settings.

Also, see this topic for settings used by various members:
http://www.msfn.org/board/Day-to-day-runni...-t-t118097.html
Go to the top of the page
 
+Quote Post
aqcww
post Jul 9 2008, 06:58 AM
Post #11


Junior
*

Group: Members
Posts: 81
Joined: 26-April 08
From: Shandong
Member No.: 188663
OS: 98SE
Country Flag


so,cani i set the maxphypage=48000?
Go to the top of the page
 
+Quote Post
Fredledingue
post Jul 9 2008, 09:29 AM
Post #12


Friend of MSFN
*****

Group: Members
Posts: 896
Joined: 10-February 05
Member No.: 43624
Country Flag


QUOTE (RetroOS @ Jul 8 2008, 10:35 PM) *
QUOTE (Fredledingue @ Jul 9 2008, 03:17 AM) *
...
DNABufferSize=64
...

One small correction...
The line above should read (note the M):
DMABufferSize=64



Got it! thanks. Post updated.
True: Computers don't have DNA, only humans have... newwink.gif
Go to the top of the page
 
+Quote Post
BenoitRen
post Jul 9 2008, 12:27 PM
Post #13


Friend of MSFN
*****

Group: Members
Posts: 769
Joined: 21-October 06
Member No.: 113643
Country Flag


Animals don't have DNA? sad.gif
Go to the top of the page
 
+Quote Post
Fredledingue
post Jul 9 2008, 01:25 PM
Post #14


Friend of MSFN
*****

Group: Members
Posts: 896
Joined: 10-February 05
Member No.: 43624
Country Flag


Yes but there are no animal my computer room... Spiders maybe...
Go to the top of the page
 
+Quote Post
dencorso
post Jul 9 2008, 03:32 PM
Post #15


 
Group Icon

Group: Supreme Sponsors
Posts: 395
Joined: 7-April 07
Member No.: 134642
OS: 98SE
Country Flag


QUOTE (aqcww @ Jul 9 2008, 10:58 AM) *
so,cani i set the maxphypage=48000?


Yes, you can. Even maybe a little higher. Read this carefully. The record at present is at 1173 MiB (RetroOS). Only by testing you'll know how far yo can go. But be prepared to reboot in plain DOS and change back the values in system.ini to the last know to work for you when the system begins to through errors or refuses to start windows.
Go to the top of the page
 
+Quote Post
RetroOS
post Jul 10 2008, 12:47 AM
Post #16


Advanced Member
***

Group: Members
Posts: 345
Joined: 26-June 07
Member No.: 144486
OS: 98SE
Country Flag


1173 MiB rocks!

Disclaimer: Kids, don't try this at home without first grabbing a large bag of potato crisps, a good can of sugary fizz, and lots of patience!

Hey Fredledingue, watch those spiders!
The pesky things make webs all over your cooling fans when the PC is off.
Eventually, pffft, zzzzt, poooffff.

- Reason one, to leave your computer running 24x7. newwink.gif

This post has been edited by RetroOS: Jul 10 2008, 12:50 AM
Go to the top of the page
 
+Quote Post
jaclaz
post Jul 10 2008, 07:03 AM
Post #17


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3313
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (Fredledingue @ Jul 9 2008, 09:25 PM) *
Yes but there are no animal my computer room... Spiders maybe...



....and bugs, remember the bugs....newwink.gif

...though most of the ones we all have are not pertaining the animal world....

whistling.gif

jaclaz

This post has been edited by jaclaz: Jul 10 2008, 07:03 AM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: