home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25445 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.3 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!fl0p+
  2. From: fl0p+@andrew.cmu.edu (Frank T Lofaro)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Some considerations when making a new Linux kernel
  5. Message-ID: <YfN2DrC00VpZE_2kl5@andrew.cmu.edu>
  6. Date: 25 Jan 93 07:31:35 GMT
  7. Article-I.D.: andrew.YfN2DrC00VpZE_2kl5
  8. References: <1993Jan23.111158.26550@athena.mit.edu>
  9.     <1993Jan24.005436.578@unislc.uucp>
  10. Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  11. Lines: 14
  12. In-Reply-To: <1993Jan24.005436.578@unislc.uucp>
  13.  
  14. Excerpts from netnews.comp.os.linux: 24-Jan-93 Re: Some considerations
  15. whe.. Ed Carp@unislc.uucp (972)
  16.  
  17. >Also, make sure that the lines in mm/memory.c that bomb processes that write
  18. >to code space are commented out (look for SEGV) if you are running uucp or
  19. >certain releases of getty_ps.  I have to do that, because the latest
  20. version of
  21. >getty_ps I can find will thrash if I don't.
  22.  
  23.     NO! Don't break the kernel because you have broken software, fix the
  24. software. Personally, I might want to even change the kernel so that it
  25. not only does a SEGV, but instead does a SIGKILL and an unlink() of the
  26. offending program. :) But seriously, backwards compatibility is a very
  27. backwards way to go.
  28.