From owner-freebsd-www Thu Jan 28 12:01:17 1999 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03851 for www-outgoing; Thu, 28 Jan 1999 12:01:17 -0800 (PST) (envelope-from owner-freebsd-www) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03835 for ; Thu, 28 Jan 1999 12:01:11 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA14318; Thu, 28 Jan 1999 12:00:57 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Thu, 28 Jan 1999 12:00:56 -0800 (PST) From: Doug White To: Matt Swort cc: www@FreeBSD.ORG Subject: Re: hi In-Reply-To: <3.0.1.32.19990128073016.00abeec0@jane.penn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk For best results, direct future questions to questions@freebsd.org, thanks. On Thu, 28 Jan 1999, Matt Swort wrote: > i have two questions, 1) how do i mount the floppy drive on my FreeBSD > machine? For DOS floppies: mount -t msdos /dev/fd0 /mnt For UNIX floppes: mount /dev/fd0 /mnt Before ejecting disks, do: umount /mnt or you'll be sorry. > 2) where can i obtain compilers for pascal and COBOL (for FreeBSD) I don't see any native Pascal compilers in our ports tree, but there are two Pascal to C converters; see http://www.freebsd.org/ports/, category Lang. For COBOL, I think a commercial compiler is available, although I can't find it in our software gallery. Check the mail archives at http://www.freebsd.org/search. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org