From: "Tarad" Subject: Why protected mode. Newsgroups: comp.os.msdos.djgpp Message-ID: <01bdd69b$a8b74560$4f47f482@s-64584> Lines: 9 NNTP-Posting-Host: 130.244.71.79 NNTP-Posting-Date: Wed, 02 Sep 1998 20:02:02 MET DST Organization: A Customer of Tele2 Date: Wed, 02 Sep 1998 18:02:02 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Started to use djgpp a few weeks ago and I really like it. It's free, not to complcated and so on. Now I'm just wondering why is djgpp using protected mode (no real knowledge about protected mode). Does it protect my programs from crashing? I ask this beacause I'm writing a tiny game library to djgpp in nasm and to me it's more complicate when you can't use interrupts (no, I don't use all the slow graphic interrupts). I know you can do it without interrupts but it seams like unneccesary work to me. Excuse my bad english.