home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22158 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  935 b 

  1. Path: sparky!uunet!world!ksr!zdenek
  2. From: zdenek@ksr.com (Zdenek Radouch)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: IMPORTANT [BUG in 0.99] Re: [ANNOUNCE]: linux version 0.99
  5. Message-ID: <20523@ksr.com>
  6. Date: 30 Dec 92 10:08:16 EST
  7. References: <1992Dec19.222324.22106@klaava.Helsinki.FI> <1hpsasINN6e@meaddata.meaddata.com> <9236507.10435@mulga.cs.mu.OZ.AU>
  8. Sender: news@ksr.com
  9. Organization: Kendall Square Research Corp.
  10. Lines: 11
  11.  
  12. >For all multi-user operating systems (like Linux ;-), the operating
  13. >system must in general initialize the memory for security reasons.
  14. >Thus it is not time wasted.
  15.  
  16. You are right, all operating systems do that. However, this is optional,
  17. i.e., the security is neither implicit nor always required.
  18. The memory MUST be initialized because it is defined so by the language.
  19. So even if it took unreasonable amount of time to initialize, that time
  20. is not wasted because you don't have any other option.
  21.  
  22. -Z
  23.