lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 31 Oct 2006 07:40:19 -0800
From:	Jun Sun <jsun@...sun.net>
To:	"Richard B. Johnson" <jmodem@...minablefirebug.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: reserve memory in low physical address - possible?

On Tue, Oct 31, 2006 at 07:32:37AM -0500, Richard B. Johnson wrote:
> 
> You will not be able to reserve any address space starting at 0 anyway, but 
> your driver or even
> user-space code can memory-map it.
> 

Any reasons or concerns as to why I can't reserve any address space 
starting from 0?

To make my motivation clearer, here is the application scenario.

My system will load an initial OS (could be a strip down Linux or some
simple RTOS) into the low memory starting from address 0.  The initial OS
will then load Linux into higher memory region, say @100M.  Then control jumps
to Linux while the initial OS is still lurking in the RAM for future
use.

> Some early (ISA) boards couldn't access address-space beyoond 16 megabytes, 
> hense the "low" memory
> for DMA.
> 

So if I don't have ISA performing DMA, I should be OK in this regard?

Thanks.

Jun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ