home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / misc / 41118 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!rpi!gatech!rutgers!njitgw.njit.edu!hertz.njit.edu!dic5340
  2. From: dic5340@hertz.njit.edu (David Charlap)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: Did microsoft really write an OS/2 "Terminator" crash prog?
  5. Keywords: terminator microsoft crash
  6. Message-ID: <1993Jan4.180535.25229@njitgw.njit.edu>
  7. Date: 4 Jan 93 18:05:35 GMT
  8. References: <Bzs05v.6ME@unx.sas.com> <1992Dec29.052115.27441@cbnews.cb.att.com> <1992Dec30.060352.14067@wixer.cactus.org>
  9. Sender: news@njit.edu
  10. Organization: New Jersey Institute of Technology, Newark, N.J.
  11. Lines: 26
  12. Nntp-Posting-Host: hertz.njit.edu
  13.  
  14. In article <1992Dec30.060352.14067@wixer.cactus.org> johnw@wixer.cactus.org (john winthrop) writes:
  15. >a simple well-known "trick" to crash os/2 is to enter debug in a dos
  16. >session, and assemble something like:
  17. >    100   cli
  18. >    101   jmp 100
  19. >It has to do with the fact that most systems don't have a "watchdog
  20. >timer" to sense if interrupts have been disabled for too long.
  21.  
  22. I believe this has been tried before, and OS/2's DOS boxes won't let
  23. this crash the rest of the OS.  In v86 mode, the 386 chip will only
  24. let such a program mask the VIRTUAL interrupts.  The real interrupts
  25. still get through and OS/2 goes on just fine.
  26.  
  27. As for OS/2 code, cli is a protected command and can only be executed
  28. from an IOPL segment.  Setting IOPL to something other than YES can
  29. block these programs rather easilly.
  30.  
  31. As for IBM's protecting themselves, they should just setup their
  32. workstations to remote-boot OS/2 off of a LAN.  They designed LAN
  33. Manager to support this, so they should do it.  Then nobody at a
  34. workstation can affect the configuration of the boot sequence.
  35. -- 
  36.   |)  David Charlap          | .signature confiscated by FBI due to
  37.  /|_  dic5340@hertz.njit.edu | an ongoing investigation into the
  38. ((|,)                        | source of these .signature virusses
  39.  ~|~
  40.