X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Christophe BARIBAUD" Newsgroups: comp.os.msdos.djgpp Subject: multi-threading Date: Thu, 24 Jan 2002 08:59:49 +0100 Organization: CompuServe Interactive Services Lines: 10 Message-ID: NNTP-Posting-Host: fra-tgn-oyz-vty18.as.wcom.net X-Trace: suaar1ac.prod.compuserve.com 1011859164 26965 195.232.58.18 (24 Jan 2002 07:59:24 GMT) X-Complaints-To: newsmaster AT compuserve DOT com NNTP-Posting-Date: 24 Jan 2002 07:59:24 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am currently trying to build a minimalistic multi-threaded kernel with djgpp. When I change stack selector (ss) my programs hangs when calling __dpmi_int It **seems** that DJGPP assumes SS=DS in order to function correctly. Can anybody confirm this ? Thanks