Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.wizards Subject: Re: What kinds of things would you want in the GNU OS? Keywords: GNU OS features kernel Message-ID: <10322@smoke.BRL.MIL> Date: 25 May 89 17:17:28 GMT References: <106326@sun.Eng.Sun.COM> <10317@smoke.BRL.MIL> <106584@sun.Eng.Sun.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <106584@sun.Eng.Sun.COM> bitbug@lonewolf.sun.com (James Buster) writes: >By the way, what do you think about my idea for kernel design? Which idea was that? If it was to keep the actual kernel as minimal as possible, I don't think anyone could have conceptual disagreement with that. However, one has to be careful not to force gross inefficiency by doing too little in the kernel. An example of this is the user-mode XT protocol and multiplexing via ptys typically done on BSD-based systems to support 5620/630-class ("Blit-like") terminals; the context switch overhead is horrendous.