The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
Reply-to: "Shaun Jackman" <sjackman at gmail dot com>
On 3/23/06, Alex Lam <alexcklam@gmail.com> wrote:
> Hi,
>
> I am new to Newlib.
> I am just wondering if Newlib support MMU-less CPUs?
> In particular, for the embedded ARM cores?
>
> Thanks.
> Alex.
Yes. I use the arm-elf newlib target with Atmel's AT91 (an ARM7TDMI
with no MMU) and it works fantastically. Although, MMU dependency is
really more in the kernel's domain than the in the libc
implementation.
Cheers,
Shaun