Update all faq-segments to my current level.
[unix-history] / contrib / FAQ / FAQ-00
CommitLineData
b88624ba
GCI
1
2
30.0 Preface
4-----------
5
6Welcome to the FreeBSD 1.1 FAQ! This document tries to answer some of
7the most frequently asked questions about FreeBSD 1.1 (or later, unless
8specifically indicated). If there's something you're having trouble
9with and you just don't see it here, then please send mail to:
10
11 freebsd-questions@freefall.cdrom.com
12
b88624ba
GCI
13
14Some of the instructions here will also refer to auxilliary utilities
89ed80ea 15in the /usr/src/contrib/FAQ directory. CDROM purchasers and net folks who've
b88624ba
GCI
16grabbed the FreeBSD 1.1 `srcdist' will have these files. If you don't have
17the source distribution, then you can either grab the whole thing from:
18
19 freebsd.cdrom.com:~ftp/pub/FreeBSD/FreeBSD-1.1
20
21Or you can grab only those files you're interested in straight out of the
22FreeBSD-current distribution in:
23
24 freebsd.cdrom.com:~ftp/pub/FreeBSD/FreeBSD-current/src
25
89ed80ea
GCI
260.0.1 What is FreeBSD?
27
28FreeBSD is a UN*X type operating system based on William Jolitz's port
29of UCB's Networking Release 2 to the i386, 386BSD. It is no longer
30safe to say that FreeBSD is only 386BSD with the patchkit applied! There
31have been large additions and bug fixes made through out the whole system.
32Here are some of the highlights of FreeBSD:
33
34 More robust device drivers and more of them
35 SysV IPC
36 Shared Libraries (Dynamic)
37 Improved virtual memory code
38 Addition of other utilities and applications
39
40
410.0.2 What are the FreeBSD mailing lists, and how can I get on them?
42
43Here are a list of FreeBSD mailing lists. For more information, please send
44mail to majordomo@freefall.cdrom.com with a message body of help.
45
46freebsd-hackers: Useful for persons wishing to work on the internals.
47freebsd-questions: General questions on FreeBSD.
48freebsd-bugs: Where bugs should be sent.
49freebsd-commit: This list carries the commit messages for freefall. Useful
50 for tracking ongoing work.
51freebsd-scsi: Mailing list for SCSI developers.
52freebsd-current: This list is for persons wishing to run FreeBSD-current
53 and carries announcements and discussions on current.
54
550.0.3 What are the various FreeBSD news groups?
56
57Presently there are no groups dedicated to FreeBSD, you may find the
58following groups useful.
59
60comp.os.386bsd.announce: For announcements
61comp.os.386bsd.questions: For questions
62comp.os.386bsd.development: For working on the internals
63comp.os.386bsd.bugs: About bugs
64comp.os.386bsd.misc: For items that don't fit anywhere else
65
66NOTE: These groups cover the *BSDs (FreeBSD, NetBSD, 386BSD).
67
b88624ba 68