[oi-dev] mapfile and RESERVE_SEGMENT or CAPABILITY

Carsten Grzemba grzemba at contac-dt.de
Mon Aug 9 06:34:43 UTC 2021



Am 08.08.21 23:46 schrieb Richard Lowe  <richlowe at richlowe.net>: 
> 
> 
> We haven't added RESERVE_SEGMENT yet, though it would be fairly easy to do I think.
> 
> You can do the same thing in the v1 syntax though, using the ?E flag to say it's empty.
> 
>  
>  
>  
> 

I try to translate the mapfile version 2 to version 1 
version 2;
 

 
RESERVE_SEGMENT spidermonkey_reserve {
 VADDR = 0x800000000000;
 SIZE = 0xffff7fffffff0000;
 };
 

 
Is the following correct in version = 1? 

 
spidermonkey_reserve = LOAD A0x800000000000 L0xffff7fffffff0000 ?E; 

 
The documentation mentions virtual_address (V) is not usabel for userland bins but alligment (A) seems to have an other meaning here. 
I am wrong?
 
 
-- 
Carsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openindiana.org/pipermail/oi-dev/attachments/20210809/22f359a5/attachment.html>


More information about the oi-dev mailing list