Package: dosemu Version: 1.2.2-2 Severity: wishlist On Fri, Feb 24, 2006 at 03:30:24PM -0600, Ryan Underwood wrote: > BTW, according to Stas the generic.S stack patch is obsolete now if it > was ever necessary in the first place. (The commands memory is not > allocated on the stack, it is allocated from f000:0 segment.) So it can > be removed for your next upload of 1.2.2. I tried to find the bug > report that Herbert would have thought it was necessary from, but > failed.
Thanks for telling me this. Do you have an e-mail from Stas you can quote ? Or could you get Stas confirm this per e-mail ? For the record, we're talking about removing this patch: --- dosemu-1.2.2.orig/src/plugin/commands/generic.S +++ dosemu-1.2.2/src/plugin/commands/generic.S @@ -22,7 +22,7 @@ #define far_sp 0x10c #define far_ss 0x10e #define saved_sp 0x110 -#define stack_size 0x100 +#define stack_size 0x800 #define stack (heap_end + stack_size) #define psp_size 0x100 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]