Answering to myself: Samuel Thibault, le Fri 30 May 2008 01:59:17 +0100, a écrit : > Unfortunately, values above 3093 seem to hang loadlin very early (even > before loading files), I haven't investigated yet.
That's simply because then code+data don't fit into 64KiB any more and the loader becomes crazy. We should be able to allocate a dynamic buffer in XMS memory and pass its address instead. Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

