Go Back   Science Forums > Physical Sciences Forums > Computer Science and Technology
Reply
 
LinkBack Thread Tools
Old 01-06-2009   #1 (permalink)
buddyzen's Avatar
Questioning


Location:
stoughton, ma
 
buddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nice
Send a message via AIM to buddyzen
 



Not Ranked  0 score     
Windows xp and ram??

ok guys i had gotten my self into a copy of xp 32 bit pro but i have 4 gigs of ram so it said i had only 3.25gb....... does it actually use all 4 gigs or does it use less because it says xp 32bit unless media center edition can only use 2 gigs


----------------
"When one person suffers from a delusion it is called insanity; when many people suffer from a delusion it is called religion."
- Robert Pirsig (1948-)

" there is no common sense in physics "
- Stephen Hawking




WOOOOO RAINBOWS O_O
Reply With Quote
Old 01-06-2009   #2 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Windows xp and ram??

add a /3GB or a /3GB /PAE to the end of your boot line:

start with /3GB, should improve performance a little too... if it still fails to detect all 4 gb, then add a /PAE switch... both cases you'd obviously need to reboot...

Code:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /3GB


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 01-06-2009   #3 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Windows xp and ram??

all versions of xp support 4 gb of ram btw... just not all of 4 gb... more like 3.25 unless you know how to make the system see more, and now you do too


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 01-07-2009   #4 (permalink)
buddyzen's Avatar
Questioning


Location:
stoughton, ma
 
buddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nice
Send a message via AIM to buddyzen
 



Not Ranked  0 score     
Re: Windows xp and ram??

Thanks guys ^.^


----------------
"When one person suffers from a delusion it is called insanity; when many people suffer from a delusion it is called religion."
- Robert Pirsig (1948-)

" there is no common sense in physics "
- Stephen Hawking




WOOOOO RAINBOWS O_O
Reply With Quote
Old 01-07-2009   #5 (permalink)
theblackalchemist's Avatar
Explaining

Editor

Location:
Arbitary
Latest blog entry:
 
theblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to all
Send a message via ICQ to theblackalchemist Send a message via AIM to theblackalchemist Send a message via MSN to theblackalchemist Send a message via Yahoo to theblackalchemist Send a message via Skype™ to theblackalchemist
 



Not Ranked  0 score     
Re: Windows xp and ram??

i dunno
i did the same thing...
my comp slowed like anything...and it still displays 3.24 gisgs of ram...


i hate !@#$^&* computer languages

THX
TBA


----------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Black Alchemist

SAVIOU...
Err... EDITOR- Hypography Science Forums



All works are under A Creative Commons Attribution-Noncommercial-No Derivative Works License

To err is human..... To arr is pirate.

I know the voices in my head aren't real, but they have excellent ideas

Currently offline from Hypography due to personal reasons

TBA
Reply With Quote
Old 01-07-2009   #6 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Windows xp and ram??

how did you machine "slow down"? oh wait i know, you didnt read the documentation before setting it?

the switch changes memory allocation, by default windows allocates 1/2 the memory to kernel, 1/2 to user processes, in your case 2gb to kernel, 2gb to the rest.

the /3gb switch allocates 3gb to user, and 1 gb to kernel

/3gb allows you to use /USERVA switch that allows you to allocate as much space to user apps, giving rest to kernel. there is no way it slows down your machine, the only time when it can, is if your kernel is over a Gig, and that means your machine is in need of serious work!

other then that, if /3gb does slow your machine down, set userva to 2560 like:

/3GB /USERVA=2560

leaves 1.5gb for kernel 2.5 for apps

also i would say add a /PAE switch if you are at 4gb or more, i would be careful if you were under 4gb...


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 01-07-2009   #7 (permalink)
arkain101's Avatar
Creating


 



Not Ranked  0 score     
Re: Windows xp and ram??

I was going to guess that his motherboard has an on board graphics system that borrows memory directly from the ram which is 'on board'.

The actual value of memory that the on board graphics chips uses can depend on the settings in the bios set-up. When windows boots up it reports (in the 'My Computer" properties that you have less ram in use for the system than the total hardware installed.
You can run a program that is quite successful in detecting what kinds of hardware's you have like your actual total ram (maybe you got ripped off?). There is a free one that I like called: Lavalys Everest Home Edition

In your case it could be that the on board is using somewhere around 512mb or some number. Thus removing an average of around 600ish...4000-600 = 3.4 and actually is a close number.

Good Luck!
Reply With Quote
Old 01-07-2009   #8 (permalink)
theblackalchemist's Avatar
Explaining

Editor

Location:
Arbitary
Latest blog entry:
 
theblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to alltheblackalchemist is a name known to all
Send a message via ICQ to theblackalchemist Send a message via AIM to theblackalchemist Send a message via MSN to theblackalchemist Send a message via Yahoo to theblackalchemist Send a message via Skype™ to theblackalchemist
 



Not Ranked  0 score     
Re: Windows xp and ram??

Quote:
Originally Posted by alexander View Post
how did you machine "slow down"? oh wait i know, you didnt read the documentation before setting it?

the switch changes memory allocation, by default windows allocates 1/2 the memory to kernel, 1/2 to user processes, in your case 2gb to kernel, 2gb to the rest.

the /3gb switch allocates 3gb to user, and 1 gb to kernel

/3gb allows you to use /USERVA switch that allows you to allocate as much space to user apps, giving rest to kernel. there is no way it slows down your machine, the only time when it can, is if your kernel is over a Gig, and that means your machine is in need of serious work!

other then that, if /3gb does slow your machine down, set userva to 2560 like:

/3GB /USERVA=2560

leaves 1.5gb for kernel 2.5 for apps

also i would say add a /PAE switch if you are at 4gb or more, i would be careful if you were under 4gb...


Say WHAT ?


the computer has popcorn kernels?....cool...

does it have a vending machine also ?


----------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Black Alchemist

SAVIOU...
Err... EDITOR- Hypography Science Forums



All works are under A Creative Commons Attribution-Noncommercial-No Derivative Works License

To err is human..... To arr is pirate.

I know the voices in my head aren't real, but they have excellent ideas

Currently offline from Hypography due to personal reasons

TBA

Last edited by theblackalchemist; 01-07-2009 at 10:12 PM..
Reply With Quote
Old 01-08-2009   #9 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Windows xp and ram??



Computer Kernel


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 01-08-2009   #10 (permalink)
buddyzen's Avatar
Questioning


Location:
stoughton, ma
 
buddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nicebuddyzen is just really nice
Send a message via AIM to buddyzen
 



Not Ranked  0 score     
Re: Windows xp and ram??

Lol!


----------------
"When one person suffers from a delusion it is called insanity; when many people suffer from a delusion it is called religion."
- Robert Pirsig (1948-)

" there is no common sense in physics "
- Stephen Hawking




WOOOOO RAINBOWS O_O
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yet Another Reason I Don't Like Windows alexander Computer Science and Technology 3 08-13-2007 05:41 AM
Windows Vista geokker Computer Science and Technology 4 09-17-2005 04:24 AM
Is windows just another virus? dirty.deeds Computer Science and Technology 4 08-28-2005 12:17 PM
Linux & Windows pgrmdave Computer Science and Technology 22 01-19-2005 06:26 PM
SP2, the Nightmare on Windows St. Freethinker Computer Science and Technology 3 08-28-2004 10:57 AM

» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 30.00%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 40.00%
4 Votes
I'm too macho to think a guy is sexy - 30.00%
3 Votes
Total Votes: 10
You may not vote on this poll.


All times are GMT -8. The time now is 10:11 PM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network