home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20170 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.0 KB  |  53 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  3. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  4. Subject: Re: additional features for linux
  5. Message-ID: <1992Dec13.124051.15541@klaava.Helsinki.FI>
  6. Keywords: virtual serial consoles, tcpip bootrom, streams, isdn-driver
  7. Organization: University of Helsinki
  8. References: <1992Dec3.192455.1325@xfswob.han.de>
  9. Date: Sun, 13 Dec 1992 12:40:51 GMT
  10. Lines: 41
  11.  
  12. Tobias Erichsen writes:
  13. >1) Virtual consoles for the serial ports
  14.  
  15. It would be possible to implement this in the kernel, but much more
  16. difficult than for a the console.  The console has a screen buffer
  17. that is accessible to the kernel, which the terminals don't.
  18. Therefore, the kernel would have to keep track of what is currently on
  19. the screen.  This requires knowledge of the terminal type, and
  20. interpreting everything that goes to the terminal.  And it has to know
  21. when something isn't supposed to be interpreted, e.g. if the terminal
  22. isn't a terminal but a terminal emulator program and the user just
  23. started a download...
  24.  
  25. This gets messy real soon.  It'd be better to avoid it, I think.
  26.  
  27. But all is not lost.  There is a program called `screen' that does
  28. exactly this.  Since it is a user-level program, it can be much more
  29. messy than if it were in the kernel (if a user-level program is messy
  30. and has a bug, you might loose some data, if the kernel is messy and
  31. has a bug, you might loose everything you have on the computer).
  32.  
  33. Screen should be available for Linux.  Can somebody confirm?
  34.  
  35. >    It would also be very nice if I could boot some kind of diskless
  36. >    Workstation with Linux.
  37.  
  38. This might be doable with a bootable root-floppy.  Most PCs require a
  39. floppy anyway, and it is easier to do than burning ROMs.
  40.  
  41. >3) Streams
  42. >4) ISDN
  43.  
  44. These are missing, I think.
  45.  
  46. >5) X-Support for the ATI Ultra Pro 2
  47.  
  48. Of this I know nothing.
  49.  
  50. --
  51. Lars.Wirzenius@helsinki.fi  (finger wirzeniu@klaava.helsinki.fi)
  52.    MS-DOS, you can't live with it, you can live without it.
  53.