On 7/2/07, Steve Simon <[EMAIL PROTECTED]> wrote:
2/ Does the a.out file contain padding to ensure .data starts on a 4k
boundry
or does the kernel's loader move .data (using memcpy() or MMU mapping)?
loader for a.out has to align the .data segment via move -- it is not aligned in the file. ron
