banks?
Posted Sep 24, 2007 13:52 UTC (Mon) by
vapier (subscriber, #15768)
In reply to:
banks? by sbishop
Parent article:
What every programmer should know about memory, Part 1
unfortunately, the memory management in Linux is completely transparent to userspace which means the advantages of placing your data in different banks is totally not doable.
it's really only possible when you're writing your own bare-metal applications as then you have full control over the physical memory layout. your custom linker scripts would place the data such that you make sure specific pieces of data lie in specific banks.
of course, this is beyond the stated scope as it isnt Linux :)
(
Log in to post comments)