memory content

From: charleswong (charles_at_syshk.com)
Date: 04/23/04


Date: Fri, 23 Apr 2004 14:55:41 +0800

Hi,

I'm using a mmap function to display to contents of physical memory:
B000:0000 and A000:0000. The contents of these memory are all FF. What does
FF mean?

In addition, I want to make use of these memory areas because they are not
used by OS. Hence I tried to write data (e.g. 0) to these memory area. But
the memory contents were not changed. They still showed FF. Are these memory
areas protected (by OS?) (by Linux?)?



Relevant Pages

  • Re: 2.6.19: ACPI reports AC not present after resume from STD
    ... When reporting AC state ACPI just reads contents of system memory ... I updated mentioned bug report with more detailed ... Will the kernel allocate partial page or will the kernel ignore ... Mark e820 reserved memory areas as nosave for suspend/resume ...
    (Linux-Kernel)
  • Re: Rtos Design
    ... >> Now we need to allocate seperate memory areas for the kernel and the ... An 8051 has no memory protection or memory ... allocating the stack area for each task. ...
    (comp.arch.embedded)
  • Re: [RFC] dma: passing "attributes" to dma_map_* routines
    ... separate memory areas: A data buffer and a status FIFO. ... finished updating CPU memory. ... to the memory region will cause in-flight DMA to be flushed". ...
    (Linux-Kernel)
  • Re: Thread - Shared Memory
    ... Processes have completely separate memory areas, ... Each thread has a working memory, in which it may keep copies of the values of variables ... This is what happens when synchronization is used. ... So as far as i'm concerned the explicit memory areas, Main and Working are in fact ...
    (comp.lang.java.programmer)
  • Re: Rtos Design
    ... > We have designed a round robin schedular. ... > But i have question about the stack on 8051. ... > Now we need to allocate seperate memory areas for the kernel and the ... An 8051 has no memory protection or memory ...
    (comp.arch.embedded)