\documentstyle[a4j,ascmac,fancyheadings]{jreport}

\pagestyle{headings}
\begin{document}
\title{個人で遊べるUNIX環境}
\author{瑞慶覧 辰}
\date{1992年5月10日}
\maketitle


\chapter{個人でUNIX}
\section{なぜUNIXか}

\begin{itemize}
\item	ハードウェア性能の向上と低価格化
	\begin{itemize}
	\item	486/33MHzならWorkStationにひけをとらない
	\item	Windowsと比べでも資源の必要量があまり変わらない
	\end{itemize}
\item	低価格OS/ソフトウェアの登場
	\begin{itemize}
	\item	4.3BSD(NET/2) Release
	\item	SVR4の低価格化
	\item	X11R5
	\item	GNU
	\end{itemize}
\item	MS-DOS等では満たされないニーズ
	\begin{itemize}
	\item	開発環境
	\item	マルチタスキング
	\item	ネットワーキング
	\item	仮想記憶
	\item	X Window system
	\end{itemize}
\end{itemize}

\newpage
\section{遊ぶ環境}

遊ぶ環境

\begin{tabular}{ll}
OS		&	BSD/SVR4				\\
Window System	&	X11R5/Motif				\\
開発環境	&	GNU C,GNU *utils			\\
文章/図形作成	&	\TeX,xfig,kdraw,kfig			\\
ネットワーク	&	Taylor's UUCP,Bnews,Cnews		\\
日本語入力	&	Wnn,sj3,Canna				\\
日本語表示	&	kterm,exterm				\\
パソコン通信	&	tipx,xcomm,pcomm			\\
\end{tabular}


\chapter{個人で遊べそうなUNIX}

\begin{itemize}
\item	NET/2リリースを元にしたもの
\item	SVR4系統のもの
\item	Machを元にしたもの
\item	低価格ワークステーション
\item	ワークステーションOSを移植するもの
\item	MINIXなど
\end{itemize}

\newpage
\section{386BSD}

\begin{itemize}
\item	4.[34]BSDのフリーな部分(NET/2)を利用してPC/AT上で動作する
ようにしたフリーのBSDシステム。
\item	現在のリリースは0.3.3
\footnote{現在、一般に配布されているのはリリース 0.0。}。
\item	パッチ情報はcomp.unix.bsdで流れている(らしい)。
\item	DDJ誌で関連記事が連載されている。
\item	フロッピー18枚(3.5inch/1.44MB)。
\item	OSのみで、X windowなどは無し。
\item	コマンドが足りないので自分で各種ツールを補充しないといけない
\footnote{GNU *utilsなどを使えば大抵は揃う。}。
\end{itemize}


要求されるハードウェア
\footnote{486/33MHzを使えば、Sparc Station 1 ぐらいの速度で動くらしい。}

実用上は、テープドライブかEthernet環境が必要。

OSのrecompileをするためには、300MB程度のディスクが必要。

\begin{tabular}{ll}
CPU	&	386 or 486 (FPU必須)				\\
BUS	&	ISA						\\
HD	&	MFM/ESDI/IDE (SCSIは未サポート)			\\
CRT	&	MDA/CGA/VGA/HGC					\\
Ehternet&	WD8003EB/8003EBT/8003S/8003SBT/8013EBT/NE2000	\\
TAPE	&	QIC-02 controllers/QIC-60 or QIC-150 format	\\
\end{tabular}

\newpage
\section{BSDI}

BSDI\footnote{BSD/386と呼ばれていた}に含まれるもの\footnote{ソフトウェアデザイン誌1991年5月号に詳しい}

\begin{itemize}
\item	TCP/IPサポート
\item	X11R5
\item	POSIX、ANSI C、C++、NFS
\end{itemize}

{\flushleft ハードウェアスペック}

実用上は、テープドライブかEthernet環境が必要。

OSのrecompileをするためには、300MB程度のディスクが必要。

\begin{tabular}{ll}
CPU	&	486 or 386				\\
RAM	&	4MB以上					\\
HD	&	100MB以上				\\
CRT	&	SVGA					\\
BUS	&	ISA					\\
SCSI	&	Adaptec 1542b				\\
TAPE	&	Archive 2150S				\\
\end{tabular}

{\flushleft 価格}

QIC-150	\$995

{\flushleft 発売元}

Berkeley Software Design, Inc.	

Phone	1-703-876-5040

Fax	1-703-876-5059

\newpage
\section{CONSENSYS V4}

SVR4系列の低価格UNIX。

\begin{itemize}
\item	SVR4+BSDの機能
\item	X11R5,OSF/Motif
\item	POSIX、ANSI C、NFS
\item	TCP/IP
\end{itemize}

{\flushleft 価格}

\begin{tabular}{lr}
2-user licence		&\$495		\\
unlimited-user licence	&\$695		\\
\end{tabular}

{\flushleft 発売元}

CONSENSYS CORPORATION

Phone:	1-416-940-2900
FAX:	1-416-940-2903

\newpage
\section{panix}

PC9801用、SVR4ベースのUNIXシステム。
1992年6月1日から発売予定。

\begin{itemize}
\item	SVR4/386 kernel
\item	X11R4
\item	gcc1.40
\item	MS-DOSとの共存可能
\item	TCP/IPは未サポート
\item	日本語入力機能も未サポート
\end{itemize}

\begin{tabular}{ll}
CPU	&PC-9800シリーズ・80386以上のCPU		\\
HDD	&100MB以上					\\
Memory	&5.6MB以上					\\
CRT	&H98以外はハイレゾサポート			\\
\end{tabular}

{\flushleft 価格}

48,000円

{\flushleft 発売元}

エーアイソフト

Tel:	0263-36-1212

\newpage
\section{MINIX}

\begin{itemize}
\item	Andrew S. tanenbaum教授が開発した、教育用OS。
\item	IBM-PC、Macintosh、Amigaで動作する。
\item	Freeではない。
\item	UNIX V7 likeなシステムコール
\item	ソースコード付属
\item	有志により386拡張、PC9801対応などが行われている
\item	PC9801版(ASCII版)が存在する
\end{itemize}

ASCII版は簡単に入手できる。その他の版は、ビレッジセンターから購入するのが簡単
\footnote{386拡張用などのパッチやユーティリティも配布している。}。

以下のところで、MINIXの事が話されている。

\begin{itemize}
\item	comp.os.minix, fj.os.minix
\item	日経MIX(minix会議)
\item	NIFTY(FUNIX)
\item	ascii(comp.unix)
\end{itemize}

\newpage
\section{Mach}

\begin{itemize}
\item	MT XINU\footnote{詳細はソフトウェアデザイン誌1992.4}
	\begin{itemize}
	\item	Mach 2.5 kernel with 4.3BSD/GNU/X11R4...
	\item	Mach 3.0 source code
	\end{itemize}
\item	MachTen\footnote{詳細はソフトウェアデザイン誌1992.4}
	\begin{itemize}
	\item	Mach 2.5 + 4.3BSD reno
	\end{itemize}
\end{itemize}

\newpage
\section{その他}

\begin{itemize}
\item	SCO UNIX
\item	XENIX
\item	ESIX
\item	PC/UX(PC9801)
\item	A/UX(Macintosh)
\item	NeXT Step
\item	Solaris
\end{itemize}

\chapter{周辺ソフトウェア}

UNIXの魅力

\section{GNU Software}

\begin{itemize}
\item	GNU宣言
\item	非常に優秀なソフトウェアが無料で配布されている。
\end{itemize}

\begin{tabular}{ll}
bash		&Borne again shell		\\
binutils	&ar,ld,nm,ranlibなど		\\
bison		&yaccのGNU版			\\
cvs,rcs		&バージョン管理システム		\\
elvis		&vi clone			\\
emacs		&viと人気を二分するエディタ	\\
fileutils	&cp,chown,ls,mvなど		\\
flex		&lexのGNU版			\\
gcc		&GNU C compiler			\\
grep,awk,sed	&テキスト処理ツール		\\
make,indent	&開発者向けツール		\\
shellutils	&testなど			\\
textutils	&cat,cut,head,tailなど		\\
\end{tabular}

\newpage
\section{X11R5}

\begin{itemize}
\item	無料で配布されている
\item	ネットワーク透過
\item	国際化対応機能
\item	コンパイルするにはディスクが400MBほど必要
\end{itemize}

\subsection{動作マシン}

X11R5のmit/RELNOTES.TXTから引用

The core distribution (code under the mit directory) has been built and  tested
at MIT on the following systems:

\begin{center}
\begin{tabular}{l}
AIX 3.1.5, on IBM RS/6000				\\
Apollo SR10.3 (very minimal testing, bsd4.3 only)	\\
AT\&T Unix System V Release 4 V2, on AT\&T WGS6386	\\
A/UX 2.0.1	\\
HP-UX 7.0, on HP9000/s300	\\
IRIX 4.0	\\
Mach 2.5 Version 1.13, on OMRON Luna 88k	\\
NEWS-OS 4.1, on Sony NWS-1850	\\
NEWS-OS 5.0U, on Sony NWS-3710	\\
SunOS 4.1.1, on Sun 3, Sparc 1, and Sparc 2	\\
Ultrix-32 4.2, VAX and RISC	\\
UNICOS 5.1	\\
UTek 4.0	\\
VAX 4.3bsd (with unknown local changes)	\\
\end{tabular}
\end{center}

In addition to the systems above, support has been provided by vendors for:

\begin{center}
\begin{tabular}{l}
AIX 2.2 and AOS 4.3, on IBM RT		\\
AIX 1.2.1, on IBM PS/2		\\
ConvexOS V9.0		\\
DG/UX 4.32		\\
INTERACTIVE UNIX Version 2.2.1		\\
Mach 2.5 Version 1.40, on OMRON Luna 68k		\\
Motorola R32V2/R3V6.2 and R40V1		\\
RISCOS 4.50		\\
UNIOS-B 4.3BSD UNIX: 2.00		\\
Unix System V/386 Release 3.2, on ESIX, SCO, and AT\&T (``work in progress'')\\
Unix System V/386 Release 4.0, on DELL		\\
\end{tabular}
\end{center}


\chapter{情報源}

情報源が大事。UNIX関係の情報は自力で集めないと駄目。
\footnote{だからと言って自分だけ良ければいいと思わないでね :-)}
口を開けてまっていては時代に取り残される。

\begin{itemize}
\item	各種BBS
	\begin{itemize}
	\item	BBSてだこ(comp.unix)
	\item	NIFTY(FUNIX)
	\item	ascii-net(comp.unix)
	\item	日経mix(unix会議)
	\end{itemize}
\item	雑誌
	\begin{itemize}
	\item	UNIXマガジン
	\item	Super ASCII
	\item	ソフトウェアデザイン
	\item	Sun World(英文/和文)
	\item	UNISOL
	\item	UNIX World
	\item	UNIX Review
	\end{itemize}
\item	ネットワーク
	\begin{itemize}
	\item	UUNET
	\item	junet
	\end{itemize}
\item	人脈
\end{itemize}

\newpage
\section{UNIX関連の団体}

\subsection{jus(日本UNIXユーザ会)}

\begin{itemize}
\item	UNIX関係では、日本最大のユーザーグループ。
\end{itemize}

会費(年)

\begin{tabular}{lr}
個人会員	&5,000円		\\
個人会員(学生)	&2,000円		\\
賛助会員	&30,000円		\\
法人会員	&70,000円		\\
\end{tabular}

特典\footnote{詳細は会則を参照の事}

\begin{itemize}
\item	会報
\item	ソフトウェアの配布。
\end{itemize}

\subsection{JUNET協会}

\begin{itemize}
\item	国内最大のネットワーク
\item	組織単位での加入
\item	大学・研究所関係が多い
\end{itemize}

連絡先:mail-server@nic.ad.jp 宛にメイル。詳細は添付資料。

\end{document}
