Search results

  1. L

    How to Allow a Game to use more RAM?

    Is it not allowed to follow up on other posts? If the developer wants it, the 32bit application will get 4 GB in 64bit Windows. That is not just a claim. You can look it up at microsoft.com.
  2. L

    Ram on a 32bit so

    I'm not sure what you mean by that, but remapping makes it possible to address the overlapped region of system ram. It will be addressable above 4 G. So any OS that can go beyond 4 G can get to it. With 4 GB installed, 4 GB will be usable.
  3. L

    3tb hard drive showing as 59.6gb

    When the addressable sector size is 512 bytes and the size of drive goes beyond 2 TiB that means trouble - when using the old MBR-style partitioning. GPT resolves that.
  4. L

    Ram on a 32bit so

    No. It applies to all of the desktop editions in the Windows world.
  5. L

    Ram on a 32bit so

    It doesn't apply to all.
  6. L

    Ram on a 32bit so

    The purpose is also to get more. Preferable all of it (if you don't have shared gfx).
  7. L

    Ram on a 32bit so

    Do you have memory remapping enabled? Also, you are talking about system ram, unicorn is talking about address space.
  8. L

    Ram on a 32bit so

    Yes, there is a path to vram. My point was that the OS/CPU get to it through a mapped region of address space. That space is usually not as large as the total amount of vram. So your subtraction of vram is a bit off.
  9. L

    Ram on a 32bit so

    That is not the entire truth. It will not see the videoram. It will see a region of mapped address space. How large that space is depends. There are also several additional factors that come into play when doing the math.
  10. L

    Built in hdd bios password on toshiba laptop

    I don't know the program, but a locked harddrive will not respond to normal commands before the password has been given. If the software doesn't know about this, it might report it as being faulty...
  11. L

    Built in hdd bios password on toshiba laptop

    That goes for all drives that have been password protected. The password is stored on the drive. So moving it to another computer will not help. Updating the bios/resetting cmos will not help either. You have to deal with the harddisk :-)
  12. L

    Can't Defrag with Win7 tools

    You trust such (crap) software?
  13. L

    Programming

    One thing is the syntax, another thing is mastering the framework. The similarity goes away there. About java and www... It is a dying breed. More and more people tend not to have java installed.
  14. L

    Programming

    You could make a browser-based game (NOT based on Java) :-)
  15. L

    How to Allow a Game to use more RAM?

    It is adjustable. And in 64bit Windows 32bit "large address aware" applications can use op to 4 GB.
  16. L

    are saved passwords on your browser safe

    Well, you cannot just reset a password and then gain access to encrypted data.
  17. L

    Windows 8.1, Start Menu return

    It will cost you nothing
  18. L

    How does a processor actually interpret instructions?

    My point was that you have voltage in the wires - not "opcodes" as you see them represented in a manual.
  19. L

    How does a processor actually interpret instructions?

    If you zoom in, I'm pretty sure you won't see opcodes represented as text floating in the wires :-)
  20. L

    Port Forwarding/QoS Related?

    Port forwarding only applies if you are hosting the server. Then the traffic in ingoing. When you connect to a foreign server, the traffic is outgoing and no forwarding is needed. QOS doesn't need forwarding.
Back
Top