Subject: Re: exec_elf.c
To: Gordon W. Ross <gwr@mc.com>
From: Per Fogelstrom <pefo@enea.se>
List: tech-kern
Date: 03/25/1996 19:21:55
>
>
[ description about VM mapping issues deleted ]
>
Thanks Gordon!
I figured this out myself last night after some studying of
the code. The problem was, like you describe it, a segment
boundary problem. Although text and data is separeated enough
but data and bss isn't. I did a QAD fix by "mapping" the
boundary page "readvn". Perhaps this should be fixed when
exec mmaps VMCMD's instead...
Per