home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9605 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.8 KB  |  39 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!snorkelwacker.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  4. Subject: Re: Minimum requirements for linux - just to run single user
  5. Message-ID: <1992Sep1.211339.1980@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  8. Organization: The Internet
  9. Date: Tue, 1 Sep 1992 21:13:39 GMT
  10. Lines: 27
  11.  
  12.    From: cummings@tiger1.prime.com (Kevin J. Cummings)
  13.    Date: 1 Sep 92 17:58:11 GMT
  14.  
  15.    Sounds like 1MB is too little memory.  I have heard of people running
  16.    in 2MB on 386SX processors.  Just be sure to configure a swap
  17.    partition (4-8MB) to get you running.  As long as there is sufficient
  18.    memory to run the kernel in, swap space will look like paged virtual
  19.    memory to your system, and it will manage it for you.
  20.  
  21. With the next patch level release of Linux, it will be *possible* to run
  22. Linux with 1MB of memory.  (Actually, it was possible before, but only
  23. if you could map your 640K-1024K RAM to 1024K-1408K, and not use it for
  24. ROM shadow memory.)  Even though it will be possible, I don't think it
  25. will be at all practical though; you wouldn't have any space for any
  26. real buffer cache, and you'd be swapping all the time.  However, you
  27. might be able to get away with it for a standalone, one application-only
  28. system.
  29.  
  30. The new patch level should also improve performance on 2meg and 4meg
  31. machines, especially 2 meg machines.  I think 2 meg machines will
  32. probably have to be considered the limit of what's practical to have a
  33. real system; and you really want to have 4 megs if you want to run X11.
  34. (I tried running X on 2 meg system once.  It was really painful.  Just
  35. trying to type into an xterm caused the system to thrash.  :-)
  36.  
  37.                             - Ted
  38.  
  39.