
michael_armbruster at eu
Oct 17, 2001, 1:37 AM
Views: 125
Permalink
|
Hi Oleg, could you please tell me, what I would have to do with the dos extender. My aim is to boot pc with dos by FD. Then I have to execute the built standalone app. Could you imagine that this would be possible with the DOS extender? Mike -----Original Message----- From: Oleg Broytmann [mailto:phd[at]phd.pp.ru] Sent: Wednesday, October 17, 2001 10:26 AM To: Michael Armbruster Cc: python-list[at]python.org Subject: Re: pure 16-bit DOS app On Wed, Oct 17, 2001 at 10:17:12AM +0200, Michael Armbruster wrote: > I read many articles in the grup and the web, but till now I have not found > the real solution for my problem. > I would like to have a pure standalone DOS 16-bit app built out of > a python prog with inserted c-code but I don't know how to do this. > perhaps you could help me, Near to be impossible. 16bit DOS just doesn't have enough memory for Python. Can you use 32bit DOS (DOS Extender)? Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd[at]phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
|