Lullar    


ビデオジャパンは、最大でランク。

UNIX UNIX

出典: フリー百科事典『ウィキペディア(Wikipedia)』 Source: material may be challenged Wikipedia encyclopedia (Wikipedia) 』

( Unixから転送) (Unix transferred from)
UNIXおよびUNIX系システムの系統図 UNIX and UNIX system diagram of the systems

UNIX (ユニックス、 Unix )は、 コンピュータ用のオペレーティングシステムの一種である。 UNIX (Unix, Unix) is a kind of operating system for computers.

公式な商標は「UNIX」だが、商標以外の意味として「Unix」、またはスモールキャピタルを使用して「 Unix 」などとも書かれる。 Trademark formula is "UNIX", but as a means of non-trademarked "Unix", to use capital or small "Unix" and written as well.

Unixは1969年AT&Tで最初に開発されたが、現在では「Unix」という語は、Unix標準に準拠するあらゆるオペレーティングシステムの総称でもある。 Unix is a 1969 year AT & T was first developed, the current "Unix" word, Unix is also a general term for any operating system standard. 現在ではUnixシステムは多数の系統に分かれており、AT&T開発時代の後も、多数の商用ベンダーや非営利組織などによって開発が続けられている。 Unix system is now divided into many systems, AT & T after the development period, which was followed by the development and a number of commercial vendors and nonprofit organizations.

1970年代から1980年代の初期にかけて、Unixは大学や研究所などの教育機関で大規模な採用がなされ、特にカリフォルニア大学バークレー校をオリジナルとするBSD系統が誕生した。 1970 from the ages of the early 1980's, Unix has been made to adopt a large-scale institutions such as universities and research institutes to the original Berkeley University of California, especially BSD system was born. またUNIX System Vの特徴を持つオペレーティングシステムは「伝統的なUNIX」(traditional Unix)とも呼ばれる。 The UNIX System V operating system with the characteristics of the "traditional UNIX" (traditional Unix) is also called.

2007年に、「UNIX」の商標の所有者である標準化団体The Open Groupは、 Single UNIX Specificationを完全に満たすと認証を受けたシステムのみが「UNIX」の商標を得られるとした。 2007 a year, "UNIX" is a standards body by the owner of the trademark of The Open Group is, Single UNIX Specification only approved system to fully meet the "UNIX" and get the trademark. このためそれ以外のシステムは「Unixシステムライク」または「 Unixライク(Unix系) 」と呼ばれるようになった。 Therefore the system otherwise "Unix Shisutemuraiku" or "Unix-like (Unix systems)" came to be called.

現在では商用Unixとして有名なものにはSolarisHP-UXAIXなどがある。 What is now known as commercial Unix Solaris, HP-UX, AIX and others. またUnix系としてはLinuxBSDなどが広く普及している。 The system is a Unix-Linux and BSD and is widely used.

目次 Contents

[ 編集 ] 概説 Introduction

Unix系統のタイムライン Unix systems timeline

Unix オペレーティングシステムは、 サーバワークステーションの両方で広く使われている。 Unix operating system is that it is widely used in both servers and workstations. またUnix環境とクライアントサーバモデルは、個々のコンピュータによるコンピュータ処理を、 コンピュータネットワークで連係されたコンピュータ処理に変革し、 インターネット構築の重要な要素ともなった。 The Unix client-server environment, the individual computer processing by computer, the computer processing to transform the works in the computer, was also an important element of building the Internet.

UnixとC言語はAT&Tにより開発され、 政府教育機関に配布され、他のオペレーティングシステムよりも幅広く各種のコンピュータファミリーに移植された。 Unix and C language has been developed by AT & T, which is distributed to educational institutions, governments and families have been ported to a wide range of different computer operating systems other than. このためUnixは「 オープンシステム 」の同義語となった。 So Unix is "open system" became synonymous.

UNIX#UNIXの定義 」および「 オープンシステム 」も参照 "UNIX # define UNIX" and "open system" and see

Unixは移植性マルチタスクタイムシェアリング方式によるマルチユーザなどを重視して設計された。 Of Unix is portable, multi-tasking, that is designed to focus and multi-user by time-sharing system. Unixシステムの特徴は、多数のコンセプトがある事である。 Features of Unix systems is the concept that many things. データの格納にプレーンテキストを使用する事、階層型のファイルシステム 、各種の周辺装置やプロセス間通信 (IPC)をファイルとして扱う事、多数のソフトウェアツールを組み合わせて使用する事、簡単なプログラムはパイプを使用したコマンドラインインタプリタ言語( シェル )によって書ける事、重複するものを含めた多数の機能やツールによってプログラムを作れる事、などである。 Things to use plain text for storing data, system files, hierarchical, communication and process equipment around the various (IPC) treat as a file, and things that use a combination of many software tools, the program is a simple pipe language command line interpreter you use the (shell) can write some things, some things can make the program a number of features and tools including those that overlap, and so on. これらのコンセプトはUNIX哲学として知られている。 These concepts are UNIX known as philosophy.

Unixでは、「オペレーティングシステム」は主となる制御プログラムであるカーネルと、その多数のユーティリティより構成される。 Unix, "operating system" kernel and a control program will primarily consist of more utilities that many. カーネルは、プログラムの開始や停止、ファイルシステムの取り扱い、他の多くのプログラムが共用する共通的な「低レベル」のタスク、そして重要なスケジューリングなどのサービスを提供する。 Kernel, start and stop programs, handle the file system, common to many other common programs "low level" tasks, providing services such as scheduling and important. これらのアクセスを調停するために、カーネルはシステムへの特権を持ち、システムは「ユーザー領域」と「カーネル領域」に分けられる。 Mediate access to these privileges to the system has a kernel, the system is "user space" and "kernel space" is divided into.

カーネルの肥大化の潮流を逆転させ、より少ないユーティリティで最大のタスクを実行できるシステムに戻る目的で、 マイクロカーネルのコンセプトが登場した。 Reverse the trend toward enlargement of the kernel, for the purpose of the system back up utility that can perform tasks less than the appearance of the microkernel concept. またコンピュータが1つのハードディスクと入出力用の端末から構成されていた時代には、Unixのファイルモデル(ストリーミングデータ)は最適な入出力として働いた。 The one in the computer era was composed of a terminal for input and output and a single hard disk, Unix file model (streaming) is best served as input and output. しかし現代のシステムではネットワークや新しい装置が求められ、 グラフィカルユーザインタフェースが開発され、ファイルモデルはマウスなどが発生させる非同期イベントの取り扱いのタスクには不適当と判明し、 1980年代には非同期入出力やIPCのセットのメカニズムはに加えて、 ソケット共有メモリメッセージキューセマフォなどが追加された。 In modern systems and new equipment is required, but the network is developed graphical user interface, file model is the task of handling asynchronous events such as a mouse cause is found to be inadequate, the 1980 is an asynchronous input and IPC is a set of mechanisms in addition to a socket, memory sharing, message queues, was added and the semaphore. また通信プロトコルなどの機能はカーネルの外に移動した。 Features such as protocol and communications has moved out of the kernel.

Unixは現在では、 サーバーパーソナルコンピュータの一部に加え、 携帯電話などの組み込みシステムから、 メインフレームスーパーコンピュータなどの一部にも使われている。 Unix is now, in addition to some of the personal computers and servers from the system's built-in, such as mobile phones, has also been used to some of the mainframe and supercomputers.

[ 編集 ] 歴史 History

[ 編集 ] UNIX黎明期 UNIX dawn

[ 編集 ] Multicsプロジェクトからの撤退 Multics withdrawal from the project

1960年代に、 マサチューセッツ工科大学ゼネラル・エレクトリック (GE) 及び、当時AT&Tグループに属していたベル研究所により、 GE-645上で動作することを目的としたOSであるMultics ( Mult iplexed I nformation and C omputing S ystem) の開発がなされた。 In the 1960s, MIT, General Electric (GE) and, at the time AT & T Laboratory by Bell belonged to the group, GE-645 and OS designed to run on the Multics (Mult Iplexed I NFORMATION and C omputing S ystem) was made in the development. しかしMulticsは製品版として完成したが、巨大で複雑になりすぎたためにパフォーマンスが大変悪かった。 But as the retail version of Multics is completed, a very bad performance for large and became too complex. その結果、ベル研究所はMultics開発プロジェクトから撤退することになった。 As a result, Bell Labs had to withdraw from the Multics project.

[ 編集 ] UNIXの開発始まる UNIX development begins

一方ベル研究所の研究員であり、Multics開発プロジェクトの一員であったケン・トンプソンは、Multics開発に携わりながら、その上で動くSpace Travelというゲームを開発していた。 The Bell Labs researchers and, Multics, Ken Thompson was part of a development project is, Multics while engaged in development work on the Space Travel game that had been developed. しかしこのゲームはGE-645上で動作させるにはコストが高く、実際にパフォーマンスもあまり良くなかった。 GE-645 in this game, but work on the high cost, the actual performance was not very good.

そのためトンプソンは、同じベル研究所に所属していたデニス・リッチーの力を借りて、ベル研究所ですでに使用されなくなっていたDEC社製のシステムであるPDP-7上に、 アセンブリ言語を用いてこのゲームを移植した[1] So Thompson, with the help of Dennis Ritchie, Bell Labs was a member of the same, it was not already in use at Bell Labs DEC system is manufactured by PDP-7 on, the language used assembly ported the game of leverage [1].

このゲームの移植の経験とMulticsの開発経験が結びつき、トンプソンは新しいOSの開発プロジェクトを開始する。 Multics experience in transplants and tied the game development experience, Thompson has started a project to develop a new OS. このプロジェクトの名前はUNICS ( Un iplexed I nformation and C omputing S ystem) であり、後に、UNIXプロジェクトと改称された。 The name of this project is UNICS (Un iplexed I nformation and C omputing S ystem) and, later, UNIX was renamed the project. Multicsでの失敗に基づき、UNIXの開発はシンプルで独立したモジュール群で構成することを目標としていた。 Based on the failure of Multics, UNIX, and development goals that were composed of independent modules simple. この事は、Multicsのmulti(複)に対してuni(単)という意味がUNIXの名称に込められていることからもわかる。 This thing, Multics in the multi (double) for the uni (AA) means that you can see that UNIX is KUMANO name.

この時点ではまだベル研究所からの資金的な援助はなかったが、ベル研究所のComputer Science Research Groupが、PDP-7より大きいシステムでのUNIXの動作を望んだため、トンプソンとリッチーはテキスト出力能力を持つUNIXをPDP-11 /20上で実現することを約束し、ベル研究所から資金的な援助を得ることとなった。 At this point, financial assistance from Bell Labs, but still was not the Bell Labs Computer Science Research Group, PDP-7 system in operation greater than hoped for UNIX, text output Thompson and Ritchie UNIX skills with the PDP-11 / 20 on the promise to achieve was to get financial assistance from Bell Labs.

[ 編集 ] UNIX完成 UNIX completed

そして1970年代最初に、UNIXはPDP-11/20上で動作するようになり、また、 テキストエディタであるedと、テキスト出力用ソフトウェアroffがアセンブリ言語で実装された。 And in 1970's first, UNIX has become to work on a PDP-11/20, and a text editor ed and software for text output roff implemented in assembly language. roffはその後troffとして発展し、またこれらプログラムを用い、the UNIX Programmer's Manualが1971年 3月に出版された。 roff then troff developing as they also used the program, the UNIX Programmer's Manual to 1971 was three, published in January.

1969年に開発された当初のUNIXは、アセンブリ言語で記述されていた。 1969 UNIX was originally developed, was written in assembly language. アセンブリ言語とは、人間にわかりやすい形に直された機械語のことである。 Assembly language is to re-form the machine language easy to understand humans. アセンブリ言語で記述されたソフトウェアは、ハードウェアの能力を最大限に生かすことができる。 Software written in assembly language, you can make the most of the hardware capabilities. しかし可読性が低く、移植性に欠ける。 Less readable, but lacks portability. この当時はOS、特にOSの中核をなすカーネルは、アセンブリ言語だけで記述されることが一般的であった。 This time OS, especially the core of the OS kernel, was generally only be written in assembly language. ハードウェアメーカーがそれぞれ独自のOSを提供していたため、移植性の問題は重要ではなかった。 Its own OS to hardware manufacturers had to provide a portability issue is not important. そもそも当時の高級言語には、システム・プログラミングに向いているものがなかったため、アセンブリ言語を使うより他に選択の余地はなかったといえる。 The high-level language was the first place, something that was not suitable for systems programming, other choice than using assembly language and had no say.

しかし、デニス・リッチーは、UNIXの移植性を高めるために「C言語」を開発した。 However, Dennis Ritchie, UNIX to increase the portability of "C language" was developed. この革新的なプログラミング言語は、高級言語でありながら従来よりも機械語に近い処理も可能であったため、システム・プログラミングのための言語として理想的であった。 Language programming of this innovation is possible because it was close to machine than conventional treatment with high-level language and was an ideal language for systems programming. UNIXは1973年にC言語に移植された。 UNIX is a year 1973 has been ported to C language. 現在では、OSの多くが最初からC言語で記述される。 Currently, OS from the beginning a lot of that is written in C language.

[ 編集 ] UNIXの普及と展開 UNIX development and dissemination of

ベル研究所の当時の親会社AT&Tは、独占禁止法によりコンピュータ産業への進出を禁止されていた。 At the time of the parent company of AT & T Bell Laboratories, was not allowed to enter the computer industry by antitrust law. このため、UNIXはソースコードと共にメディアのコピー代だけで配付された。 Thus, UNIX has been distributed in only generation copy of the source code with the media. このような要因から、UNIXはアメリカ合衆国の企業、大学、政府機関で急速に普及し、またさまざまな改変がUNIXに加えられることとなった。 These factors, UNIX is a company of United States, universities, government agencies and spread rapidly, and various modifications that were made to a UNIX. その結果、UNIXにはオープンな文化が育まれ、また、これら創生期に生まれた設計思想、開発手法等はUNIX哲学として発展し、現在のUNIX系OSの開発に多大な影響を与えている。 As a result, UNIX and open culture has been nurtured, and design ideas are born during the creation, development techniques and the development of UNIX as a philosophy, the current UNIX-based OS that a lot of influence on the development .

その後、 ベル研究所のUNIXは順調に発展を遂げ、 1975年に至るまでにV4、V5、 V6がリリースされた。 Later, Bell Labs UNIX development is achieved smoothly, and in 1975 was down to V4, V5, V6 was released. その過程においてパイプ機能が実装され、いっそうのモジュール化がなされている。 Feature is implemented pipes in the process has been made of more modules. 1978年には、UNIXは600台以上のシステムで稼動していたとされる。 1978 is, UNIX, and 600 had to be running at more than one system.

1980年代の始め、AT&Tにアメリカ合衆国の独占禁止法が適用され、地域系部門が分離、独立されることとなるが、一方で、AT&Tは通信業務以外の分野への参入が認められた。 Beginning of the 1980's, AT & T is applied to the antitrust laws of the United States, the Department of isolated areas, but will be independent on the other hand, AT & T was allowed to enter the field of non-communication services. これに伴い、AT&TはUNIXを用いたライセンスビジネスを開始し、UNIXのライセンスを受けた会社は、UNIXに様々な機能追加を施し、自社の商品として独自UNIXを搭載した機器を売り出した。 As a result, AT & T has started a business UNIX license based, UNIX company is licensed, UNIX-like features to add to our charity, started selling its own as a product of its equipment with UNIX. これらの機器に搭載されたUNIXにはソースコードが付属していなかったことや、ライセンスが大変厳しかったことから、UNIXを自由に改変したり、またその改変した機能を公開できなくなった。 Built into these devices and UNIX is that it did not come with source code, from a very strict license, UNIX or modified freely, as it also fails to alter functionality. その結果、UNIXは一時期、閉じた世界のものとなったとされる。 As a result, UNIX is a period, and that is what the world was closed.

[ 編集 ] BSD系UNIX BSD UNIX systems

カリフォルニア大学バークレー校は同校で開発されたUNIX用のPascal コンパイラエディタなどの配布活動を行っていた。 University of California at Berkeley UNIX was developed at the school for Pascal was doing a distribution activities, such as compiler and editor. これが、 BSD ( B erkeley S oftware D istribution) の始まりである。 This, BSD (B ERKELEY Istribution S oftware D) is initiated.

1980年ごろ、 DECのスーパーミニコンVAX-11のリリースにより、ミニコンは32ビットの時代に突入した。 Around the year 1980, DEC super minicomputer VAX-11 with the release of the mini-rush of 32-bit era. LISPリレーショナルデータベースなど大規模アプリケーションのため32ビット仮想記憶対応のUNIXが求められていたが、AT&Tから提供された UNIX 32VはV7を32ビット対応にしただけのもので仮想記憶機能を持っていなかった。 LISP for large-scale applications such as databases relational 32 and the corresponding virtual memory bit UNIX had been required, AT & T UNIX 32V provided by the V7 32 Inakatsu virtual memory function has to be just a bit to the corresponding Ta. そこで、 カリフォルニア大学バークレー校ではV7と32Vをベースに仮想記憶機能の追加を行い、バークレー版のUNIXを開発した。 So, at the University of California at Berkeley and the addition of the V7 and 32V-based virtual memory functions, developed a version of Berkeley UNIX. これによりBSDはUNIXオペレーティングシステムそのものを含む大規模なものとなった。 This was what BSD is a UNIX operating system itself, including large-scale. さらに同校はDARPAよりUNIXにTCP/IPネットワーキング機能を追加する研究プロジェクトを受託し、BSD UNIXは、 TCP/IP ネットワーク機能を持つことになった。 The school also DARPA from the UNIX TCP / IP and contract research projects to add networking capabilities, BSD UNIX is, TCP / IP had to have networking capabilities. 特にTCP/IPがBSD UNIXに標準採用されたことは、インターネットの創生期の発展に大きく寄与した。 Especially the TCP / IP standard was adopted BSD UNIX that has contributed greatly to the creation of the Internet development stage.

BSD UNIXはAT&Tから公式に配布許可を得たUNIXのバリエーションであり、入手のためにはまずAT&T UNIXのソースライセンスを得た上でバークレー校とのあいだでライセンス契約を結ぶ必要があった。 BSD UNIX distribution of AT & T officially received permission from UNIX is a variation of the first to obtain needed AT & T UNIX license agreements between Berkeley and got a license on the source. 当時はUNIXのライセンス費が教育機関向けには非常に安く、また同校のライセンス費も実費程度であったのでBSD UNIXは広く普及した。 At that time, the cost of education for UNIX licenses are very cheap, so the actual cost was about the school's license is widespread and BSD UNIX. BSDベースの商用UNIXも登場したが、これはAT&Tからバイナリ再配布ライセンスを得て販売されていたのであり、ソースコードは付属しておらず、カーネル再構成用にリロケータブル オブジェクトファイル (.oファイル)が添付されていた。 BSD UNIX-based commercial also appeared, which is AT & T had sold binary redistribution license obtained from the source code is not included, Riroketaburuobujekutofairu for reconstruction kernel (. O files) was attached.

なお、BSD開発の中心となったのが、後にサン・マイクロシステムズの設立メンバーとなるビル・ジョイである。 However, BSD has become central to development, which is Bill Joy, and a founding member of the Systems Micro after Sun. その後、1995年まで同校のCSRG (Computer Systems Research Group) でBSD版UNIXの開発が続けられた。 Then the school until 1995 CSRG (Computer Systems Research Group), which has continued to develop in the BSD version of UNIX. 4.3BSDの出荷後、CSRGではAT&T由来のソースコードの分別と除去を推し進め、AT&T UNIX由来ではないソースコードを無償公開した。 After shipment of 4.3BSD, CSRG AT & T in promoting the separation and removal of the origin of the source code, AT & T UNIX is derived from the public at no charge to the source code. これがNetwork Release 1 (NET/1) やNET/2である。 This Network Release 1 (NET / 1) and NET / 2 is. 特にNET/2ではカーネルのソースのほぼ全てが含まれており、欠落した数個のファイルを開発することにより動作するカーネルを作ることができた。 Especially NET / 2 and nearly all of the sources included in the kernel, the kernel could be made to work by developing a few files missing. しかしUNIXのソースコード、特許等のライセンスを管理してきたAT&Tは、BSDに対して快く思わなかった。 UNIX source code, however, has managed to patent and license the AT & T, BSD did not like to. 特に、 BSDiがNET/2を商用化してソースコードを販売したことがきっかけとなり、USL(当時UNIXを保有していたAT&Tの子会社)はBSDi及び、BSDを開発したカルフォルニアバークレイ校に対し、BSDによるAT&Tが保有する特許及び、著作権の侵害に対して訴訟を起こす。 In particular, BSDi the NET / 2 and that triggered a sell source code and commercialized, USL (UNIX at the time was owned by a subsidiary of AT & T) is BSDi and, BSD developed for the California, Berkeley, BSD by AT & T and patents, and sue for infringement of copyright. この訴訟の和解の結果、 1994年には、NET/2の公開を取りやめることとなったが、4.4BSDからAT&TUNIXに依存した部分を取り除いた4.4BSD-Liteを同校が公開できることになった。 Result of the settlement of this lawsuit in 1994 is, NET / 2 and had to cancel the public, 4.4BSD from AT & TUNIX removed the portion that depends on the 4.4BSD-Lite was released to the school. しかし、裁判の間BSD系のオペレーティングシステムは急激に開発のスピードが落ちたとされる。 But during the trial and BSD operating systems is the speed of development fell sharply.

最後に出荷されたBSDは4.4BSD encumberd(フリーではない)と、そのフリーなソースコードだけを抜き出して作られた4.4BSD-Lite2である。 BSD has been shipped last 4.4BSD encumberd (not free) and made free extract only the source code of the 4.4BSD-Lite2. こうしてAT&Tとのライセンス問題を回避したBSDは後に述べるオープンソース UNIXへとつながっていく。 Thus avoiding the problem of AT & T and BSD license is the source state after the open will lead to UNIX.

[ 編集 ] V7系UNIX V7 UNIX systems

商用UNIXには、 V7 →32V→4.xBSD→SunOS(サン・マイクロシステムズ)という流れと、V7(→32V)→ System-IIISystem-V (AT&T) という流れがある。 UNIX is a commercial, V7 → 32V → 4.Xbsd → SunOS (Sun Microsystems) and flow that, V7 (→ 32V) → System-IIISystem-V (AT & T) that there is a trend. なお、System-IVは開発に失敗して出荷されなかった。 In addition, System-IV has not been shipped to fail to develop. その後、AT&Tとサン・マイクロシステムズによって、BSD系の機能を追加した統合UNIXがSystem-V Release4 ( SVR4 ) として開発された。 Then, AT & T and by Sun Microsystems, BSD UNIX system integration features that added the System-V Release 4 (SVR4) was developed as a.

その後、AT&TはSVR4をノベルに売却した。 Then, AT & T is SVR4 was sold to Novell. なお、ノベルはこれを基礎にUNIXwareを開発し、 マイクロソフトWindows NTに対抗しようとした。 In addition, Novell has developed a UNIXware this basis, the Microsoft Windows NT tries to compete.

1994年にノベルはUNIXの標準規格を確立するために設立されたX/Open コンソーシアムへUNIXの商標を売却した。 Novell UNIX year 1994 was established in order to establish a standard X / Open to the consortium sold the UNIX trademark. その後、X/OpenコンソーシアムとはOSF/1(SVR4との競合規格)は統一化され、この規格の管理を目的としてThe Open Groupが設立された。 Then, X / Open consortium with the OSF / 1 (SVR4 with competing standards) is unified, standard management for the purpose of The Open Group was established.

V7系UNIXの系譜はUNIX V8につながる。 V7 UNIX systems lead to the genealogy of the UNIX V8. UNIX V8は一般に公開されることはなく、ベル研究所内で研究用途にのみ使われた。 UNIX V8 will not be open to the public, was used in the Bell Labs research purposes only.

ベル研究所ではUNIXを開発した同じチームによって、UNIXの思想を受け継ぎ、分散環境上におけるUNIXの問題点を解消したPlan 9が作られ、 2004年現在も開発が続けられている。 By the same team at Bell Labs developed UNIX, UNIX inherited the ideology of UNIX in a distributed environment that eliminates the problems of Plan 9 was created, 2004 which was still ongoing development. なお、 Plan9組込み向けに再構成されInferno (インフェルノ)として通信機器に使われている。 However, Plan9 has been reconfigured for Embedded Inferno (Inferno) are used as communication devices.

[ 編集 ] オープンソース系UNIX open source UNIX

UNIXが商用の「閉じた」OSとなっていく中で、現在につながるフリーソフトウェア / オープンソースのムーブメントが勃興し、UNIX同様の操作性と機能を提供するフリーなOSが生み出された。 Commercial UNIX is "closed" OS will become in the software, free lead to the current / and rise of the open source movement, UNIX-free operation and provide similar capabilities were created OS. System V系の流れを組むSun Microsystems社の「 Solaris 」は、現在では「 OpenSolaris 」プロジェクトでオープンソース化され、「OpenSolaris」として公式ディストリビューションがリリースされているほか、2009年現在では多くのディストリビューションが存在している。 System V systems form a flow of Sun Microsystems's "Solaris" is now "OpenSolaris" is open-source projects, "OpenSolaris" is also released as an official distribution, year 2009 is now more tri Discover distributions are present. Apple社は「 Mac OS X 」の中核を為す部分を「 Darwin OS 」としてオープンソース化した。 Apple's is "Mac OS X" forms the core part of the "Darwin OS" as the open-source.

その他にも多くのUNIX系OSがオープンソースで開発されているが、以下に挙げるOSは、ライセンスなどの問題からUNIXとは公称しない。 Many other UNIX-based OS is being developed in open source, see the following OS is a UNIX license from such problems and is not nominal.

[ 編集 ] GNU/Linux GNU / Linux

1983年リチャード・ストールマンFSF (Free Software Foundation/フリーソフトウェア財団)を設立し、 GNU ( G nu's N ot U nix) プロジェクトを開始した。 1983 Man Richard was installed the FSF (Free Software Foundation / the Free Software Foundation) was established, GNU (G N OT U Nu's nix) started the project. このプロジェクトの目的は、再配布自由・改変自由なUNIXクローンのOSを作成することであった。 The purpose of this project is freely modified and redistributed freely UNIX OS was to create a clone. このプロジェクトにより、多くのUNIXシステム上で動作するソフトウェア、例えばEmacsGCC等が作成され、これらソフトウェアは多くのUNIXシステムで使用されるようになった。 The project, software that runs on many UNIX systems, such as Emacs and GCC are created, etc., these software are now used on many UNIX systems. しかしながら、OSの中核をなす Hurd の完成に手間取った(Hurdは現在も開発中)。 However, OS form the core of "Hurd" to complete the slower (Hurd is still under development).

1991年リーナス・トーバルズLinuxカーネルを開発した。 1991 is Linus Torvalds in the year of Linux development kernel. Linuxカーネルの特徴として、 POSIXに準拠するように設計されたこと、GNUプロジェクトによって開発された様々なツールが動作するように作成されたこと、またライセンスにGPLが採用されたこと等が挙げられる。 Characteristics of the Linux kernel, POSIX was designed to comply with, GNU project developed by the person that we were created to operate the tools, the license and GPL can be mentioned the subject was adopted. その結果、GNUプロジェクトの開発したソフトウェア等と共に、完全フリーのUNIXクローンとして利用されるようになった。 As a result, GNU software was developed with local project completely free UNIX clone was used as such. 有名な商用ディストリビューションとして、かつてRed Hat Linuxが存在し、現在ではRed Hat Enterprise LinuxSUSE Linux等がある。 The distribution of well-known commercial, former Red Hat Linux exists and is now Red Hat Enterprise Linux and SUSE Linux and others.

なおLinuxという名称は本来カーネルのみの名称にすぎず、OSとして完成させるための他のシステムの多くはGNUプロジェクトの産物である。 The name Linux is just a name that only the original kernel, OS many of the other systems to complete product as a GNU project. そのためFSF側ではOSとしての名称は「 GNU/Linux 」とすべきだと主張しており、この名称を採用した最も有名かつ完全にフリーなディストリビューションのひとつとして「 Debian GNU/Linux」、およびそこから派生した「 Ubuntu 」などがある。 Therefore the FSF as the name of the OS "GNU / Linux" and should have been claimed as one of the distribution of the most famous and completely free to adopt this name "Debian GNU / Linux", and derived from it "Ubuntu" and others.

[ 編集 ] オープンソース系BSD BSD open source

4.3BSD Network Release 2 (Net/2) に起源を持つのがFreeBSDNetBSDOpenBSDDragonFly BSDPC-BSDのいわゆるBSD系UNIXである。 4.3BSD Network Release 2 (Net / 2) with the origin of the FreeBSD, NetBSD, OpenBSD, DragonFly BSD, PC-BSD is the so-called BSD UNIX. FreeBSDは安定性重視、NetBSDは新機能対応と移植性に優れ、OpenBSDはセキュリティを重視し、DragonFly BSDはマルチCPU構成での高性能という特徴を有し、PC-BSDはカジュアルユーザにおいて簡単に導入して使えることを目指しており、特にFreeBSDはウェブ・ホスティングなどで標準的に使用されている。 FreeBSD's focus is on stability, NetBSD is portable, and better support new features, OpenBSD is focused on security, DragonFly BSD is a feature that has a high-performance multi-CPU configuration, PC-BSD is a brief introduction to the casual user in which aims to use and, especially FreeBSD is being used in the standard and web hosting.

USLとの和解以降これらBSD系UNIXはライセンス問題を排除した4.4BSD-Lite2をベースに移行し、いずれもフリーなOSとなっている。 They later reconciled with USL BSD UNIX licensing issues were eliminated based on 4.4BSD-Lite2 transition, a free OS that is both.

[ 編集 ] UNIXの商標 UNIX trademark

UNIXの商標とソースコードの権利はAT&Tから子会社のUSL( U nix S ystems L aboratory)、Novellなどの間で転売が繰り返された。 UNIX source code rights are trademarks of AT & T subsidiaries from USL (U nix S ystems L aboratory), Novell, among others repeated the resale. 現在ではUNIXのソースコードはSCOが持っている。 UNIX source code is now SCO has a. UNIXの著作権は、2007年の米地裁判決ではNovellが保有しているとされたが、2009年8月の米控訴裁による判決ではSCOが保有しているとする判決が出ており、現在もその所在が争われている。 UNIX copyrights, the U.S. District Court in 2007 was Novell that was held in 2009 in eight U.S. appeals court ruling due in January SCO out the ruling and that the possession of current its presence has been contested. 登録商標としてのUNIXはThe Open Groupが保有しているが、これは前述の地裁判決を根拠とするものである。 UNIX is a registered trademark of The Open Group in the possession of that, this is what grounds the district court's earlier ruling. 日本における電子計算機関連の「unix」という商標は複数の区分で登録されており、アメリカン テレフォン アンド テレグラム カムパニ―やエックス/オープン・カンパニー・リミテッドが保有している。 Computer-related in Japan "unix" is a registered trademark in more than one division, American Telephone and Tele Kamupani g - and X / Open Company Limited are held.

日本では、 日本マランツ (現在は合併してディーアンドエムホールディングス )が、電気機器分野でUNIXという名前で先行して商標登録を行なっていた。 In Japan, Marantz Japan, Inc. (now D & M Holdings to merge), but was done in the field of electrical equipment UNIX trademark registration in advance with the name. そのため、日本ではOSの商標として使えない時があった。 Therefore, in Japan when the OS was not available as a trademark. 現在は音響機器用に「unix」を日本マランツが利用している。 Now for audio equipment "unix" is a Marantz Japan, Inc. to use.

[ 編集 ] UNIXの定義 UNIX definition

現実には、UNIXは以下に示す4種類の条件をひとつでも満たすOSを指す言葉として使われている。 The reality is, UNIX is one of the following four conditions satisfy any type of OS is used as a term referring to.

  1. UNIXの商標を管理する団体The Open Groupより、同団体が定義したSingle UNIX Specificationを満たすことの認証を受けたOS。 Organizations to manage the UNIX trademark of The Open Group than the same groups defined by the Single UNIX Specification certified to meet the OS.
  2. ベル研究所で開発されたオリジナルのUNIX及び、オリジナルのUNIXの派生OSとしてベルの認可を得た過去のOS。 The original was developed at Bell Laboratories and UNIX, the original UNIX OS in the past derived a Bell-approved OS.
  3. オリジナルのUNIXを起源にもつOS。 With the origin of the original UNIX OS.
  4. POSIXなどのUNIXに関連する規格をみたす、UNIX互換なOS。 POSIX and UNIX standards related to ingratiate, UNIX-compatible OS.

しかしながら現在、UNIXの公式な定義は、1のみである。 Currently, however, UNIX is the official definition, the only one. アメリカや日本を含む多くの国においては、UNIXはThe Open Groupの登録商標であり、1を満たすOSのみがUNIXを名乗ることができる。 In many countries including the United States and Japan, UNIX is a registered trademark of The Open Group is, only one meets the UNIX OS claiming to be. そのため、その他の条件に当てはまるものはUnix系やUnixライクと呼ばれることもある。 Therefore, conditions that apply to other Unix and Unix systems like sometimes called.

また、かつてAT&TがUNIXという言葉の使用に細かい制限をかけたために、Un*xなどといった呼び換えがされることもある。 The former AT & T UNIX is fine to put a limit to the use of the word, Un * x is also being called, such as a recombinant.

[ 編集 ] 主なUNIX系OS Major UNIX OS

[ 編集 ] フリーなもの What free

BSDおよびBSDの子孫 BSD and BSD operating systems
現在主要なものに、 FreeBSDNetBSDがある。 The main ones are here, FreeBSD, NetBSD there. いずれも386BSDから生まれた。 Both 386BSD born.
FreeBSD FreeBSD
BSDの子孫 Of BSD's. FreeBSD多くの派生版がある(中には有償のものも含まれる)。 FreeBSD version are derived from many (including those in the fee).
NetBSD NetBSD
BSDの子孫 Of BSD's. 58以上のアーキテクチャに対応している。 Architecture that supports 58 or more.
OpenBSD OpenBSD
NetBSDから派生したBSDの子孫 NetBSD derived from BSD descendants of.
DragonFly BSD DragonFly BSD
FreeBSDから派生したBSDの子孫 FreeBSD is derived from BSD descendants of. ハイブリッドカーネルを採用している。 That uses a hybrid kernel.
Darwin Darwin
アップルがDarwinプロジェクトによってオープンソース化したMac OS Xの中核。 Apple's Darwin project by the open source Mac OS X's core. FreeBSDのソースコードをベースとし、中核にはMachが使われている。 Based on the FreeBSD source code, the core Mach has been used.
GNU/Linux GNU / Linux
Linuxカーネルから派生した、 Linuxディストリビューション全般やELIKS en: Embeddable Linux Kernel Subsetを言う。 Linux kernel derived from, general and Linux distribution Eliks (en: Embeddable Linux Kernel Subset) says. 中には有償のものも含まれる。 Is also included in the fee. Linux Standard Base仕様を元に設計されるため、ほぼPOSIX準拠となる。 Linux Standard Base are designed to original specifications, almost POSIX-compliant and.
GNU/Hurd GNU / Hurd
GNUプロジェクトの公式OSとして現在開発中である。 The official GNU project is being developed as an OS. 中核にはMachが使われている。 The core Mach has been used.
Solaris / OpenSolaris Solaris / OpenSolaris
サン・マイクロシステムズのOS。 Sun Microsystems OS. 現在、最新版のSolaris 10が提供されているが、以前の版も最終リリースのものがダウンロード可能である( Solaris 8 , Solaris 9 )。 Currently, the latest version of Solaris 10 has been provided, which is available for download the final release of the previous version (Solaris 8, Solaris 9). もともとは有償版しかなかったが、 SPARC版が無償化され、ついでx86も(一度有償に戻ったが)無償化された。 Originally there were only a paid version, SPARC has been free version, incidentally x86 (in a return to paid once) were of no charge. また、カーネル等の主要コンポーネントをオープンソース化したOpenSolarisもリリースされ、そこから多くの派生ディストリビューションも生まれている。 The main components of the open source kernel and OpenSolaris was also released, many derivatives are also born from it.
Uzi公式サイト Uzi (site official)
Doug Braunにより書かれたZ80Z280で動作するUNIX風のOS。 Written by Doug Braun Z80, Z280 running on UNIX-like OS. 現在はメンテナンスされていない。 Currently not being maintained.
Uzix公式サイト Uzix (site official)
UziをMSXMS-DOSに移植したもの。 Uzi the MSX, MS-DOS to a port.
Minix Minix
IBM PCでも動作すること目的に開発された教育用UNIX風OS。 IBM PC for the purpose of education was developed to work with UNIX-like OS. 80386の仮想記憶には対応していなかったため、Linuxが開発されるきっかけとなった事でも有名。 80386 virtual memory support because it did not, Linux is well known that led to the development of things. なお、当初はフリーではないライセンスでリリースされていたが、 2000年にバージョン 2.0.2 がBSDライセンスのもとでリリースされ、フリーな OS となった。 The first is free but the license had not been released, 2000 version 2.0.2 was the BSD is released under the license, and became a free OS.
Haiku OS Haiku OS
BeOS互換のオープンソースOS。 BeOS-compatible open source OS. POSIXに準拠するよう開発されている。 POSIX has been developed to ensure compliance.

[ 編集 ] フリーではないもの What is not free

Domain/OS Domain / OS
アポロコンピュータが開発したワークステーションに搭載されたUNIXの機能も持つ独自OS。 Was built in the Apollo computer was developed UNIX workstation with the ability of its own OS. マイクロカーネル上のOS Middlewareとして BSD4.3 と SVR3 を搭載し同時独立動作を可能とした。 BSD4.3 on a microkernel OS Middleware as possible and SVR3 and equipped with simultaneous independent operation. ヒューレット・パッカード (HP) に買収されたその後は市場から姿を消した。 Hewlett-Packard (HP) has been acquired then disappeared from the market.
Ultrix Ultrix
DECが同社のVAXやDECstation向けに出していた4.2BSD/4.3BSDベースのOS。 DEC of the company's VAX and DECstation 4.2BSD/4.3BSD were going for the base OS. 初の64ビット実装を行ったUNIXとしても知られている The first was a 64-bit UNIX implementation is also known as
Tru64 UNIX Tru64 UNIX
DECが開発した、 Alphaアーキテクチャのサーバ/ワークステーション用のOS。 Developed by DEC, Alpha architecture server / workstation for OS. 当初は「OSF/1」と呼ばれ「Digital UNIX」を経て Tru64 UNIX となった。 Originally "OSF / 1" is called "Digital UNIX" was through the Tru64 UNIX. DECの買収とともに、 コンパックヒューレット・パッカード (HP) へと引き継がれ、現在も販売されている。 With the acquisition of DEC, Compaq, Hewlett-Packard (HP) is passed to have been sold today.
DG/UX en: DG/UX DG / UX (en: DG / UX)
DataGeneralのサーバ/ワークステーション用のOS製品の商標。 DataGeneral server / workstation OS trademark for the product. System-V系をベースにしているが、一部BSD系の機能を付加 System-V is based on a system that, some BSD system features added
HP-UX HP-UX
ヒューレット・パッカード (HP) のPA-RISCアーキテクチャによるサーバ/ワークステーション用のOS製品の商標。 Hewlett-Packard (HP) of the PA-RISC architecture server / workstation OS trademark for the product. OSF/1への移行を前提にSVR3系をベースに実装されたが、そのまま発展したOS。 OSF / 1 on the assumption that the transition to SVR3 based system was implemented and developed without OS. HP-UX V10以降はSVR4ベースとなる。 HP-UX V10 and later based SVR4. 2002年リリースのHP-UX 11i v1.6では業界で初めてインテル Itaniumプロセッサに対応する商用OSを提供した 2002 release of HP-UX 11i v1.6 Intel was the first in the industry in the Itanium processor corresponding to a commercial OS provided
SCO Unix en: SCO Unix SCO Unix (en: SCO Unix)
SCOがマイクロソフトから引き継いだXENIXを発展させたIBM PC用のUNIX。 SCO took over from Microsoft XENIX made the development of the IBM PC for UNIX. 一時期はPC用UNIXのトップシェアを誇っていた。 At one point, boasts a market share for PC was top of UNIX.
Windows NT系 Windows NT system
Windows NT系はPOSIX準拠のサブシステムをもつ。 Windows NT system with a POSIX-compliant subsystem. あまりこの事実は知られておらず、通常UNIXと呼ばれない。 This fact is not much known, not usually called UNIX. Windows 2000ではInterixサブシステムを導入することで、UNIX環境を構築することができる。 Windows 2000 does Interix subsystem by introducing, UNIX environment can be constructed. Windows XPおよびWindows Server 2003ではPOSIXサブシステムがServices for UNIXとして別配布である。 Windows XP and Windows Server 2003 is the POSIX subsystem Services for UNIX as a separate distribution. Windows Server 2003 R2、 Windows Vista (Ultimate、Enterprise) およびWindows Server 2008では、Subsystem for Unix-based Applications として、標準搭載されている。 Windows Server 2003 R2, Windows Vista (Ultimate, Enterprise) and Windows Server 2008 does, Subsystem for Unix-based Applications as being equipped with the standard.
OS/390 , z/OS OS/390, Z / OS
メインフレーム専用OSであるOS/390およびz/OSはPOSIX準拠OSである。 Only the frame is the main OS and OS/390 z / OS is a POSIX compliant OS. 通常UNIXと呼ばれないが、標準のUNIX環境(Unix System Services - USS)により、OS/390やz/OSのネイティブアプリケーションとPOSIX準拠アプリケーションを同時稼働できる。 UNIX is not usually referred to as the standard UNIX environment (Unix System Services - USS) by, OS/390 and z / OS applications and native POSIX-compliant applications can run simultaneously.
Mac OS X Mac OS X
独自改良のMachマイクロカーネルとFreeBSDのユーザランドによって実現されたOS (Darwin) 上にCarbonなどを実装したMacintosh用OS。 Own improvement Mach microkernel and FreeBSD userland was achieved by the OS (Darwin) on Carbon and implementation of the Macintosh for OS. 上記の定義のうち3と4が当てはまる。 3 and 4 of the above definition applies. なお、2007年10月に出荷されたMac OS X v10.5はThe Open Groupの認証を受けたUNIX(定義1)である。 In 2007, 10 were shipped in January Mac OS X v10.5 is certified in The Open Group UNIX (definition 1). [2] [2]
A/UX A / UX
アップルコンピュータが開発した、SVR2ベースのMacintosh用OS。 Developed by Apple Computer, SVR2 based Macintosh for OS. X11やコンソールのほかに、Mac OSによく似たインターフェイスのウィンドウシステムを備えていた。 In addition to the console and X11, Mac OS systems were equipped with an interface similar to windows. 当時のMacintoshはMac OS以外をブートできないため、いったんSystem7が起動する。 The Macintosh was the Mac OS can not boot a non System7 once it starts.
MachTen MachTen
MachマイクロカーネルとFreeBSDをベースとした、Mac OS内で起動するOS。 Mach microkernel and based on FreeBSD, Mac OS to boot in the OS.
BeOS BeOS
BeのワークステーションであるBeBox、またはPowerMac、 PC/AT互換機で動作するUNIX互換OS。 Be the workstation BeBox, or PowerMac, PC / AT running on UNIX-compatible compatible OS. メディアOSとしてマルチメディアを扱うのに長けた。 Media savvy to handle the media as the OS. マイクロカーネルにはMachを使用しているが、ユーザカーネルなどのソースコードはオリジナルUNIXは使用せず、POSIX仕様をベースに新しくフルスクラッチされた。 The Mach microkernel has been used, such as source code for the original UNIX kernel does not use user, POSIX specification was based on a new scratch.
BSD/OS BSD / OS
初期BSDから分岐し商業プロダクトとなったUNIX。 Initial commercial product was a branch from BSD UNIX. BSDiが開発、後に組込み系でリアルタイム制御に対応したUNIX互換OS「LINX」を開発・販売していたWind Riverがソフトウェア部門ごと買収。当初の名前はBSD/386
XENIX XENIX
マイクロソフトがSVR2をベースに開発・販売していたIBM PC向けUNIX。仮想メモリをもたない8086とFDで動作するシンプルなシステム。教育用および安価なUNIX環境として高いインストールベースを誇った。 1983年SCOから販売されていたが、マイクロソフトがサーバOS戦略を独自路線( OS/2 → Windows NT)へ切り替えたため、後にSCOへ売却された。
PANIX PANIX
エー・アイ・ソフトが、SVR4をPC/AT互換機・PC-9800シリーズに移植して発売していたもの
UnixWare
USLの純正SVR4がノベルに売却され、ノベルの技術(Netwareのサポートなど)を取り入れられたUNIX。その後SCOへ売却される。
AIX
IBMの、SVR4とBSD4.4をベースとしたUNIX。大型汎用機からWSまでのスケーラビリティを持つ
ACIS en: ACIS
IBMが6100RT/PCシリーズ用に提供していた4.2BSDベースのOS。アカデミック分野の顧客にのみ提供された。 AT&T UNIXとBSDのライセンスを持つ顧客にはソースコードも提供された。
AOS
IBMが6100RT/PCシリーズ用に4.3BSDを移植したもの。アカデミック分野の顧客にのみ提供された。 AT&T UNIXとBSDのライセンスを持つ顧客にはソースコードも提供された。
IRIX
シリコン・グラフィックス (SGI) のUNIX。 GUIに優れる。映像製作分野でのシェアが高い。 SVR4.2系
NeXTSTEP/OPENSTEP
NeXT ComputerのOS。当初は同社のワークステーション専用のOSで、Machに4.3BSD相当の機能を搭載したものであった。後にPC/AT互換機などで動作するOSとして単体販売もされた。
COHERENT
Marc Williams製。 UNIXライクなOS。
UNICOS
Crayのスーパーコンピュータ用のUNIX。
RISC/os
ミップス・コンピュータシステムズのUNIXワークステーション/サーバ専用のUNIX。日本ではクボタコンピュータ(株)が代理店をしていた。
Σ Σ
通産省主導の国策プロジェクトとして開発されたOS。開発当初はBSD系だったが後にSystem V (Release2) 系に路線変更。プロジェクト的には失敗に終わったとされ、また、その後も少なからず他の国策プロジェクトに悪影響を与えたとされる。
HI-UX
日立製作所のワークステーション、サーバで動作する。当初は68000系ワークステーションで稼働したSystem V系独自OSであったが、後にハードウェアアーキテクチャの変更(PA-RISC)に伴い、HP-UXをベースとした製品へ変更となった。
NEWS-OS
ソニー製のNEWSワークステーション専用のUNIX。当初は4.2BSDベースであったが、後に4.3BSDベースとなる。終末期にはSVR4.2ベースとなった(NEWS-OS6.x)。
OA/UX
シャープ製のOAシリーズ、IXシリーズのオフコン/ワークステーション専用のUNIX。当初はSystemIIIベースであったが、後にSystemVベースとなる。コンソール画面での漢字表示、オンボードの辞書ROMを用いたかな漢変換など独自の日本語化が行われていた。
UniOS-U/UniOS-B/UniOS-Σ
オムロンが開発・販売していたLUNAワークステーションのうちMC68030を用いたモデル専用のUNIX。 SystemV系、BSD系、Σ準拠の3種類が供給された。 MC88000を搭載したLUNA88k-WSのOSはMachマイクロカーネル(ユーザカーネルは4.xBSD)であった。
EWS-UX ( UX/4800 )
日本電気 (NEC) 製のEWS4800ワークステーション専用のUNIX。 SVR3系のCISC版とSVR4(当初は、SVR4.0,後にSVR4.2、4.2MP)系のRISC版が存在する。その後、 UP-UXをOSとするUP4800サーバ・シリーズが発売になり、これらが統合されてUX/4800に名前が変更となった。 CPUをR10000シリーズ(64ビット)としたモデルの発売に伴い、32ビット版と64ビット版が提供されている。
PC/UX
NECPC-9800シリーズ80286ベースのもの)専用のUNIX。 SVR2ベース。
SUPER-UX
NEC製SXスーパーコンピュータ向けのUNIX。なお、 地球シミュレータ向けには、このOSを地球シミュレータ向けに拡張したものが利用されている。
SX/A
富士通製ワークステーションのAシリーズ(A30など)・Σ-Station(Σプロジェクトとは無関係)シリーズ専用のUNIX。純正SVR3をベースに4.2BSDのTCP/IP機能を盛り込まれていた。
UXP/DS
富士通DS/90GP7000Dシリーズ専用のUNIX、USL純正のSVR4をベースに開発された。
UXP/M
富士通製汎用機( FACOM後継機であるMシリーズ、GS (Gloval Server) シリーズ)で動作するSVR4互換のUNIX。他の富士通汎用機のOS (MSP/VSP) と同様に、VM上で稼動する。
RTU
MASSCOMP製リアルタイムUNIX、世界で初めてUNIXをリアルタイム化したUNIX。 SVR3系カーネルをベースに4.2BSDのTCP/IPを利用していた。コンカレントに買収後名前は消えるが、機能性は現在も継承されている。
CX/UX
ハリスコンピュータ製NHxxxxシリーズで動作する、SVR3系リアルタイムUNIX。 SVR3系カーネルをベースに4.2BSDのTCP/IPを利用していた。コンカレントに買収後名前は消えるが、機能性は現在も継承されている。
PowerMAX/OS
コンカレントコンピュータ製PowerHawk、NightHawk、TurboHawkシリーズで動作する。 SVR4ES/MP純正カーネル(USLのカーネルベース)にPOSIX1003.1b(リアルタイム)、POSIX1003.1c(スレッド)の拡張を行い、XPG4の認定も受けている。事実上、最後の商用UNIXにおけるリアルタイムUNIXである。 (2005年現在、販売中)
NCR UNIX
NCRの発売するUNIX。

[ 編集 ] UNIX系OSが使われているゲーム機

ニンテンドーゲームキューブ Nintendo GameCube
実行ファイルにUNIX系のファイルが使われている。
Wii Wii
IOSやゲームソフト内に、ELFファイル(拡張子.elf)が含まれている。また、WiiのHomebrewにもELFファイルが使われている。

[ 編集 ] UNIX環境を提供するソフトウェア

OSではないが、UNIXに相当する環境を提供するソフトウェア。

[ 編集 ] 脚注 Footnote

[ ヘルプ ] [Help]
  1. ^ D.Ritchie. Space Travel: Exploring the solar system and the PDP-7
  2. ^ The Open GroupのMac OS XへのUNIX 03製品認証

[ 編集 ] 関連項目 See also

ウィキブックス
ウィキブックスUNIX関連の教科書や解説書があります。

[ 編集 ] 外部リンク External links

  • Éric Lévénez (2008年4月21日最終更新). " Unix History ". 2008-04-28 閲覧。 - Unix系オペレーティングシステムの詳細な系図、関係する人物の公式サイトや関連資料へのリンクなど

ビデオジャパンは、最大でランク。




© Lullar