From: "Paul Cunningham" Subject: Section registers, save them? Newsgroups: comp.os.msdos.djgpp Message-ID: <01bbf346$8926c3e0$8859868b@paul_c> NNTP-Posting-Host: 139.134.89.136 Date: 26 Dec 96 17:17:47 GMT Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Wondering if anyone can help.. I've written a thread package using djgpp. It works fine at the moment but I was wondering if its necessary to save the section registers, EG. %cs %ds %ss %es %fs and %gs when I swap threads. As I said, it works fine with all the tests I've thrown at it without saving them and just using their current values but I'm not sure if they change in certain circumstances. Thanks - Paul paul_c AT onaustralia DOT com DOT au Ps. I'd appreciate it if a few people would look over the package before I post it. Please reply to the above address if you interested.