Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Access more memory, even on a 32-bit system  (Read 42663 times)

0 Members and 1 Guest are viewing this topic.

Broni

    Topic Starter

    Mastermind
  • Kraków my love :)
  • Thanked: 614
    • Computer Help Forum
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
Re: Access more memory, even on a 32-bit system
« Reply #15 on: December 26, 2008, 12:50:49 PM »
According to this: HERE, yes.

macdad-



    Expert

    Thanked: 40
    Re: Access more memory, even on a 32-bit system
    « Reply #16 on: December 27, 2008, 08:33:10 AM »
    Thanks Broni, but crap i cant upgrade my memory past 512MB, from what Crucial says of my system(here).

    but oh well... my rig probably wont need more than 512MB RAM anyways, Win 2K RAM requirement(64MB) - 384MB = 320MB plenty of space
    If you dont know DOS, you dont know Windows...

    Thats why Bill Gates created the Windows NT Family.

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: Access more memory, even on a 32-bit system
    « Reply #17 on: December 27, 2008, 09:04:48 AM »
    Win2K runs nicely on 512...sweeter on 768 but you should have no issues.
    " Anyone who goes to a psychiatrist should have his head examined. "

    macdad-



      Expert

      Thanked: 40
      Re: Access more memory, even on a 32-bit system
      « Reply #18 on: December 29, 2008, 01:05:29 PM »
      *Adding another 128MB*
       ;D

      thanks for the tip Patio
      If you dont know DOS, you dont know Windows...

      Thats why Bill Gates created the Windows NT Family.

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: Access more memory, even on a 32-bit system
      « Reply #19 on: December 29, 2008, 04:04:00 PM »
      Win2K IMHO is the stablest OS Microsoft ever released...
      I need to re-boot that machine about every 3 weeks ...other than that it runs 24/7.
      " Anyone who goes to a psychiatrist should have his head examined. "

      macdad-



        Expert

        Thanked: 40
        Re: Access more memory, even on a 32-bit system
        « Reply #20 on: December 30, 2008, 06:00:20 AM »
        thats good, you probably added another fan or even watercooling if it runs everyday.
        If you dont know DOS, you dont know Windows...

        Thats why Bill Gates created the Windows NT Family.

        michaewlewis



          Intermediate
        • Thanked: 26
          • Yes
          • Yes
        • Experience: Expert
        • OS: Unknown
        Re: Access more memory, even on a 32-bit system
        « Reply #21 on: December 31, 2008, 03:15:51 PM »
        If you need more memory and require a 32 bit os, just switch to ms server 2003 enterprise edition. It supports up to 64gb on x86. :P
        http://technet.microsoft.com/en-us/windowsserver/bb430827.aspx

        Otherwise, just use 64bit.

        macdad-



          Expert

          Thanked: 40
          Re: Access more memory, even on a 32-bit system
          « Reply #22 on: December 31, 2008, 03:34:38 PM »
          i dont think you would need 64GB of ram for personal use, so you could just probably get XP, and do the mod that Patio posted for upgrading the max amount of memory.
          If you dont know DOS, you dont know Windows...

          Thats why Bill Gates created the Windows NT Family.

          michaewlewis



            Intermediate
          • Thanked: 26
            • Yes
            • Yes
          • Experience: Expert
          • OS: Unknown
          Re: Access more memory, even on a 32-bit system
          « Reply #23 on: December 31, 2008, 03:35:48 PM »
          I'm just saying ya could.......  :-\

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Access more memory, even on a 32-bit system
          « Reply #24 on: December 31, 2008, 03:37:08 PM »
          If you need more memory and require a 32 bit os, just switch to ms server 2003 enterprise edition. It supports up to 64gb on x86. :P
          http://technet.microsoft.com/en-us/windowsserver/bb430827.aspx

          Otherwise, just use 64bit.

          we're forgetting something though.

          how do programs access memory? Pointers. what size are pointers? 32 bits.


          A program would need to be specially constructed to use more then 4GB of memory if it is written for a 32-bit OS. (special API constructs aside)
          I was trying to dereference Null Pointers before it was cool.

          michaewlewis



            Intermediate
          • Thanked: 26
            • Yes
            • Yes
          • Experience: Expert
          • OS: Unknown
          Re: Access more memory, even on a 32-bit system
          « Reply #25 on: December 31, 2008, 03:44:13 PM »
          What programs ever need 4gb of memory for itself? The only programs I've seen that use anywhere near 4gb of memory are sql servers and sql server 2005 can handle as much memory as the os can throw at it..... If any other program is using that much memory, it was probably written specifically to crash the os. :P

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Access more memory, even on a 32-bit system
          « Reply #26 on: December 31, 2008, 03:48:49 PM »
          Some pointers are absolute, and don't point to memory locations in the process address space. Mostly drivers, which could easily be constructed to prevent problems.
          I was trying to dereference Null Pointers before it was cool.

          macdad-



            Expert

            Thanked: 40
            Re: Access more memory, even on a 32-bit system
            « Reply #27 on: December 31, 2008, 04:12:52 PM »
            but micheal, that is a good tip though
            If you dont know DOS, you dont know Windows...

            Thats why Bill Gates created the Windows NT Family.

            BC_Programmer


              Mastermind
            • Typing is no substitute for thinking.
            • Thanked: 1140
              • Yes
              • Yes
              • BC-Programming.com
            • Certifications: List
            • Computer: Specs
            • Experience: Beginner
            • OS: Windows 11
            Re: Access more memory, even on a 32-bit system
            « Reply #28 on: December 31, 2008, 05:22:14 PM »
            that's true, I know if I ever need to reformat my machine, I'm going to put 2003 on it.
            I was trying to dereference Null Pointers before it was cool.

            Calum

            • Moderator


            • Egghead

              Thanked: 238
              • Yes
              • Yes
            • Certifications: List
            • Computer: Specs
            • Experience: Beginner
            • OS: Other
            Re: Access more memory, even on a 32-bit system
            « Reply #29 on: January 01, 2009, 10:09:44 AM »
            Server 2003 is a great OS, my second favourite after XP X64.
            Expensive, though.