Re: OT: The whole Apple can Run Windows thing...




<eawckyegcy@xxxxxxxxx> wrote in message
news:1144864356.822209.76870@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Pete Mitchell wrote:

<eawckyegcy@xxxxxxxxx> wrote in message
news:1144812483.191012.164740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

If the faulty memory is mapped to a user-level process, it can only
crash that process and no other -- certainly not the entire OS.

Incorrect.

Correct.

Virtual memory will be allocated to a process - and this in turn
will be dynamically paged into and out of physical memory (the kind that
has
the actual fault) depending on what else is happening with the system.

And the easter bunny arrives in a few days, the Sun sets in the west,
and, by god, George Dumbya Bush is a total idiot. What other non
sequiturs do you plan on sharing with us?

No. What you wrote is INCORRECT. Windows DOES NOT allocate PHYSICAL memory
to a program - it allocates VIRTUAL memory (allowing the programs to 'enjoy'
more memory than is physically present on the system). The memory management
unit swaps pages of VIRTUAL memory between the swap file and PHYSICAL ram
(The stuff with our theoretical fault).

If a faulty segment of RAM exists it will corrupt the data within that
segment - but it won't normally be a static process that's allocated to that
segment. One moment it might be a chunk of "program A" 5 seconds later it
might be a chunk of "program B" - 5 seconds later it might be a non-resident
portion of kernel code. It will change frequently with system activity; the
less RAM a system has, the more often it will change. And it VERY MUCH has
the ability to crash multiple processes and the OS itself. Been there - done
that - MANY times. Faulty ram on ANY platform that uses paging can bring the
system down.

Nothing non-sequitur about it.


.



Relevant Pages

  • Re: Q: too much data too little memory
    ... with a large chunk of data that does not fit into all the ... | physical memory available to a computer, is it better, to run one process ... If your machine has enough physical RAM to actually swap in all of the ...
    (comp.unix.programmer)
  • Re: 32-bit programs on Windows x64
    ... because all of the RAM needed by your 2 programs is available. ... Excepting of course that the OS itself needs memory for its data ... eight or ten or a dozen times, VIRTUAL MEMORY IS NOT PHYSICAL MEMORY. ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: Hardware Monitor found an error
    ... have been an out of resources situation. ... I have a gig of ram, but I am a graphics hog.. ... more memory, it simply transfers code out to disk - virtual memory. ... memory can crash a computer. ...
    (microsoft.public.windowsxp.basics)
  • relic Have you learned how to post yet?
    ... As you have a selective memory, here is the source code for you. ... applications with a 4 GB virtual address space. ... that run on computers with more than 2 GB of physical memory. ... Address Windowing Extensions (AWE) enables applications to address more = ...
    (alt.os.windows-xp)
  • Re: DRIVER_IRQL_NOT_LESS_OR_EQUAL help me?
    ... the speed the memory operates at. ... The issue was in the USB driver. ... BLUE SCREEN appare and all system crash! ... If you haven't changed anything see if you can you adjust the RAM ...
    (microsoft.public.windows.mediacenter)

Loading