From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu (Theodore Ts'o) Date: Thu, 4 Jan 2018 15:56:31 -0500 Subject: [TUHS] OT: critical Intel design flaw In-Reply-To: <20180104183014.99912156E523@mail.bitblocks.com> References: <20180103134358.3F16818C098@mercury.lcs.mit.edu> <20180103234025.GA23371@thunk.org> <20180104164557.GI23371@thunk.org> <20180104171740.GF19585@mcvoy.com> <20180104183014.99912156E523@mail.bitblocks.com> Message-ID: <20180104205631.GL23371@thunk.org> On Thu, Jan 04, 2018 at 10:29:59AM -0800, Bakul Shah wrote: > 16MB of memory) and installed 386bsd. I also played with > linux-0.11 but I recall reading something about Linus using > SysV as a reference and that was the end of my interest in > linux! As far as I know that was never true. We used used POSIX as a reference mainly because it was more easily available as a specification. So that meant that we implemented termios support, and not termio, or the BSD variant. The networking layer was all BSD sockets; we certainly never implemented STREAMS, for goodness sake! :-) - Ted