Changing __USING_TOPDOWN_VM to a runtime decision

2013-11-05 Thread Martin Husemann
Hey folks, I would like to change the current (mostly) compile time decision wether we will use top-down VA layout for userland processes to a runtime check. This allows emulations to disable it, and also allows MD code to recognize binaries not suitable for topdown VM layout and give those

Re: Changing __USING_TOPDOWN_VM to a runtime decision

2013-11-05 Thread Christos Zoulas
In article 20131105144023.gc17...@mail.duskware.de, Martin Husemann mar...@duskware.de wrote: -=-=-=-=-=- Hey folks, I would like to change the current (mostly) compile time decision wether we will use top-down VA layout for userland processes to a runtime check. This allows emulations to