X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.175.65 with SMTP id w1mr5786616qaz.7.1362901954415; Sat, 09 Mar 2013 23:52:34 -0800 (PST) X-Received: by 10.49.81.198 with SMTP id c6mr541137qey.37.1362901954393; Sat, 09 Mar 2013 23:52:34 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Sat, 9 Mar 2013 23:52:34 -0800 (PST) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.65.69.248; posting-account=UxQE-woAAAAPmt0rmqPWOuM9d1MUvmg8 NNTP-Posting-Host: 188.65.69.248 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <858e8912-407b-4b7b-843a-8dff31d35068@googlegroups.com> Subject: Mmap() and modify_ldt() in DOS From: Napoleon80386 Injection-Date: Sun, 10 Mar 2013 07:52:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2072 Lines: 14 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r2A8F2p7004816 Reply-To: djgpp AT delorie DOT com Hello. In this topic https://groups.google.com/forum/#!topic/comp.os.msdos.djgpp/yjONXRu-eDw my friend asked you about some help for building Wine on DJGPP. I am also trying to do this. I have already compiled very old version of Wine (when Bob Amstadt was project leader). It runs, but only can show greeting of command line and check whether executable is NE. If I try to run sample app, SIGSERV stops this with error "Illegal parameter in syscall". I guess that problem is mmap() and modify_ldt(), both are only stubs now. I am using EMX - it implements more nesessary POSIX API. In 1990s some users tried to port alpha Wine on OS/2 using EMX (you can look into /documentation/wine_os2). They wrote that it is nesessary to implement mmap() and ldt. I wrote to email in this file, but mail server said that this adress no more exists :( DJGPP and EMX can live together - I am using bash and make from DJGPP. So, I want to ask you some help to implement these functions.