From: "Paul Cunningham" Newsgroups: comp.os.msdos.djgpp Subject: Section registers, save them? Date: 29 Dec 1996 04:52:50 GMT Organization: iSTAR internet Incorporated Lines: 18 Message-ID: <5a4tf2$5b2@nr1.vancouver.istar.net> NNTP-Posting-Host: webserver.vertigo3d.com 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.