From owner-freebsd-hackers Tue Feb 27 15:14:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18570 for hackers-outgoing; Tue, 27 Feb 1996 15:14:27 -0800 (PST) Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA18561 for ; Tue, 27 Feb 1996 15:14:24 -0800 (PST) Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0trYb9-0009Z8C; Tue, 27 Feb 96 15:14 PST Date: Tue, 27 Feb 1996 15:14:21 -0800 (PST) From: Jake Hamby To: Terry Lambert cc: terry@lambert.org, hackers@FreeBSD.ORG Subject: Re: FreeBSD ports to NT (was Win32...) In-Reply-To: <199602271802.LAA05119@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk On Tue, 27 Feb 1996, Terry Lambert wrote: > Apparently you thought I was referring to the POSIX library rather than > the Win32 FS API on which it is built. > > I was noting that it was a deficiency of the POSIX subsystem, not a > deficiency of NT. > > The 32 bit MKS tools for WinNT/Win95 don't have these deficiencies. To be 100% accurate, the POSIX subsystem in NT is not built on top of the Win32 API at all but calls the kernel for FS access. In Unix terms it would be like making a libposix.so that did NOT use libc.so but instead replaced libc and did everything via kernel calls. > Linux might be possible, in that it uses a call gate for traps. Interesting.. MacOS would be possible too, using a binary emulation technology like Executor from ARDI... > Yes. That's what I want to see. A standardized help source format, > a standard "compiled" help format, and a standard text and X viewer. Why not just go with Windows? .RTF, .HLP, respectively, and then we need a free .RTF->.HLP converter, and viewers. > SGML would really be ideal, actually; there is a need for SGML tools > as well (not just HTML tools) that you can give a DTD as part of > startup and have it act like HTML or whatever. I don't see too much need for SGML tools, call me old-fashioned, but I typically compose HTML and SGML by using somebody else's document as a template/reference, and typing it into a text editor.. :-) ---Jake