Operating SysTemとは? わかりやすく解説

Weblio 辞書 > 辞書・百科事典 > 日本語表現辞典 > Operating SysTemの意味・解説 

os

読み方:オペレーティングシステム
別表記:operating system

OSとは、コンピュータシステム動作させるための基盤となるプログラム総称です。パーソナルコンピュータ向けの代表的なOSとしてWindowsMac OSLinuxなどが挙げられます。

OSはコンピュータシステムハードウェア制御しハードウェア演算処理や操作使用できるようにしています。入出力制御記憶装置対すデータ読み書きユーザーインターフェースの提供、アプリケーションソフトウェア動作同時に実行している複数タスク(処理)へのコンピュータリソース割り当てプロセス管理等々コンピュータシステム制御係るあらゆる要素がOSによって提供されています。

OSは「オペレーティングシステム」(operating system)を略した言い方です。operating動詞 operate接尾辞 -ing付けて名詞・形容詞化した語で、「仕事をする」「経営・管理する」「運転・操縦する」および「手術オペ)をする」といった意味のある単語です。コンピュータシステムコンピュータシステムとして作動するためには必要不可欠要素です。OSがインストールされていないコンピュータは「仏作って魂入れずと言えるかもしれません。 

オペレーティング‐システム【operating system】

読み方:おぺれーてぃんぐしすてむ

コンピューターシステム全体管理し種々のアプリケーションソフト共通する利用環境提供する基本的なプログラム。キーボード・マウス・ディスプレー・プリンターなどの入出力機器と、メモリー・ハードディスクなどのハードウエア、およびファイルシステム管理を行う。システムソフトウエアシステムプログラム基本ソフトOS


オー‐エス【OS】

読み方:おーえす

《operating system》⇒オペレーティングシステム


オペレーティングシステム

別名:基本ソフトウェア基本ソフト
【英】Operating System, OS

オペレーティングシステムとは、コンピュータ制御しアプリケーションソフトなどがコンピュータ資源利用可能にするためのソフトウェアのことである。「OS」と略されることが多い。

オペレーティングシステムは、入出力制御メモリハードディスクなどのハードウェア管理プロセス管理といった、コンピュータ基本的な管理制御行っている。アプリケーションソフトウェアは、オペレーティングシステムが提供する機能利用して動作する

コンピュータユーザーインターフェースCUIであるかGUIであるか、プロセス管理方式シングルタスクマルチタスクか、また、ファイルシステムネットワーク管理には何を採用しているか、といった事柄は、オペレーティングシステムによって規定されている。アプリケーションソフトは、オペレーティングシステムが提供するユーザーインターフェースを共通で利用することができるため、基本的に統一され操作方法操作感提供できる

PC向けのオペレーティングシステムの代表的な製品としては、WindowsMac OSUNIXLinuxなどを挙げることができる。中でもWindowsは、一連のシリーズWindows系OS)を合わせる市場90%以上のシェアを持つといわれている。

なお、オペレーティングシステムはハードウェア管理するためのものであるため、基本的に一つマシン一つだけ搭載できる。ただ、仮想的他のオペレーティングシステム機能動作再現するためのソフトウェア利用することによって、例えWindowsマシン上でUNIX環境利用する、といったことも可能となる。

オペレーティングシステムは、PCだけでなく、サーバースーパーコンピュータPDA携帯電話デジタルカメラ産業用機械生活家電に至るまで、さまざまなコンピュータ機器搭載されている。

オペレーティングシステムの種類いくつかは、バージョン派生といった観点から系統だててWindows系OSUNIX系OSLinux系OSSolaris系OSBSD系OSなどに分類されることがあるまた、汎用機ワークステーションなど、特定のハードウェア専用のオペレーティングシステムが開発搭載されることも珍しくないまた、Linuxは、オープンソースソフトウェアOSS)として公開されておりカーネル安定性にも優れていることから、携帯電話組み込み機器などに利用されることも多い。


参照リンク
Microsoft Windows ホーム ページ
Mac OS X
The UNIX System - (英文
日本の Linux 情報
ソフトウェアのほかの用語一覧
OS:  エラーメッセージ  エラーコード  イニシャライズ  オペレーティングシステム  上書き  BSD系OS  Chrome OS

OperatingSystem クラス

バージョンプラットフォーム ID など、オペレーティング システムについての情報表します。このクラス継承できません。

名前空間: System
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class
 OperatingSystem
    Implements ICloneable, ISerializable
Dim instance As OperatingSystem
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public sealed class OperatingSystem : ICloneable,
 ISerializable
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public ref class OperatingSystem sealed : ICloneable,
 ISerializable
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public final class OperatingSystem implements
 ICloneable, ISerializable
SerializableAttribute 
ComVisibleAttribute(true) 
public final class OperatingSystem implements
 ICloneable, ISerializable
解説解説
使用例使用例

選択した値を Platform プロパティVersion プロパティ使用してOperatingSystem クラスオブジェクト作成するコード例次に示します

' Example for the OperatingSystem constructor and the  
' OperatingSystem.ToString( ) method.
Imports System
Imports Microsoft.VisualBasic

Module OpSysConstructDemo
    
    ' Create and display an OperatingSystem object.
    Sub BuildOSObj( pID As PlatformID, ver
 As Version )

        Dim os As New OperatingSystem(
 pID, ver )

        Console.WriteLine( "   {0}", os.ToString(
 ) )
    End Sub 
        
    Sub BuildOperatingSystemObjects( )

        ' The Version object does not need to correspond to an 
        ' actual OS version.
        Dim verNull     As New
 Version( )
        Dim verMajMin   As New
 Version( 3, 11 )
        Dim verMMBld    As New
 Version( 5, 25, 625 )
        Dim verMMBVer   As New
 Version( 5, 6, 7, 8 )
        Dim verString   As New
 Version( "3.5.8.13" )
            
        ' All PlatformID members are shown here.
        BuildOSObj( PlatformID.Win32NT, verNull )
        BuildOSObj( PlatformID.Win32S, verMajMin )
        BuildOSObj( PlatformID.Win32Windows, verMMBld )
        BuildOSObj( PlatformID.WinCE, verMMBVer )
        BuildOSObj( PlatformID.Win32NT, verString )
    End Sub 
        
    Sub Main( )
        Console.WriteLine( _
            "This example of the OperatingSystem constructor "
 & _
            "and " & vbCrLf & "OperatingSystem.ToString(
 ) " & _
            "generates the following output." &
 vbCrLf )
        Console.WriteLine( _
            "Create and display several different "
 & _
            "OperatingSystem objects:" & vbCrLf
 )

        BuildOperatingSystemObjects( )
            
        Console.WriteLine(vbCrLf & _
            "The OS version of the host computer is: "
 & _
            vbCrLf & vbCrLf & "   {0}", _
            Environment.OSVersion.ToString( ) )
    End Sub
End Module 

' This example of the OperatingSystem constructor and
' OperatingSystem.ToString( ) generates the following output.
' 
' Create and display several different OperatingSystem objects:
' 
'    Microsoft Windows NT 0.0
'    Microsoft Win32S 3.11
'    Microsoft Windows 98 5.25.625
'    Microsoft Windows CE 5.6.7.8
'    Microsoft Windows NT 3.5.8.13
' 
' The OS version of the host computer is:
' 
'    Microsoft Windows NT 5.1.2600.0
// Example for the OperatingSystem constructor and the 
// OperatingSystem.ToString( ) method.
using System;

class OpSysConstructDemo 
{
    // Create and display an OperatingSystem object.
    static void BuildOSObj( PlatformID pID,
 Version ver )
    {
        OperatingSystem os = new OperatingSystem( pID, ver );

        Console.WriteLine( "   {0}", os.ToString( ) );
    }

    static void BuildOperatingSystemObjects(
 )
    {
        // The Version object does not need to correspond to an 
        // actual OS version.
        Version verNull     = new Version( );
        Version verMajMin   = new Version( 3, 11 );
        Version verMMBld    = new Version( 5, 25, 625 );
        Version verMMBVer   = new Version( 5, 6, 7, 8 );
        Version verString   = new Version( "3.5.8.13"
 );

        // All PlatformID members are shown here.
        BuildOSObj( PlatformID.Win32NT, verNull );
        BuildOSObj( PlatformID.Win32S, verMajMin );
        BuildOSObj( PlatformID.Win32Windows, verMMBld );
        BuildOSObj( PlatformID.WinCE, verMMBVer );
        BuildOSObj( PlatformID.Win32NT, verString );
    }

    public static void Main(
 ) 
    {
        Console.WriteLine( 
            "This example of the OperatingSystem constructor " +
            "and \nOperatingSystem.ToString( ) " +
            "generates the following output.\n" );
        Console.WriteLine( 
            "Create and display several different " +
            "OperatingSystem objects:\n" );

        BuildOperatingSystemObjects( );

        Console.WriteLine( 
            "\nThe OS version of the host computer is:\n\n   {0}", 
            Environment.OSVersion.ToString( ) );
    }
}

/*
This example of the OperatingSystem constructor and
OperatingSystem.ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
// Example for the OperatingSystem constructor and the 
// OperatingSystem::ToString( ) method.
using namespace System;

// Create and display an OperatingSystem object.
void BuildOSObj( PlatformID pID, Version^ ver )
{
   OperatingSystem^ os = gcnew OperatingSystem( pID,ver );
   Console::WriteLine( "   {0}", os->ToString() );
}

void BuildOperatingSystemObjects()
{
   
   // The Version object does not need to correspond to an 
   // actual OS version.
   Version^ verNull = gcnew Version;
   Version^ verMajMin = gcnew Version( 3,11 );
   Version^ verMMBld = gcnew Version( 5,25,625 );
   Version^ verMMBVer = gcnew Version( 5,6,7,8 );
   Version^ verString = gcnew Version( "3.5.8.13" );
   
   // All PlatformID members are shown here.
   BuildOSObj( PlatformID::Win32NT, verNull );
   BuildOSObj( PlatformID::Win32S, verMajMin );
   BuildOSObj( PlatformID::Win32Windows, verMMBld );
   BuildOSObj( PlatformID::WinCE, verMMBVer );
   BuildOSObj( PlatformID::Win32NT, verString );
}

int main()
{
   Console::WriteLine( "This example of the OperatingSystem constructor and
 \n"
   "OperatingSystem::ToString( ) generates the following "
   "output.\n" );
   Console::WriteLine( "Create and display several different "
   "OperatingSystem objects:\n" );
   BuildOperatingSystemObjects();
   Console::WriteLine( "\nThe OS version of the host computer is:\n\n   {0}",
 Environment::OSVersion->ToString() );
}

/*
This example of the OperatingSystem constructor and
OperatingSystem::ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
// Example for the OperatingSystem constructor and the 
// OperatingSystem.ToString( ) method.
import System.*;

class OpSysConstructDemo
{
    // Create and display an OperatingSystem object.
    static void BuildOSObj(PlatformID pID,
 Version ver)
    {
        OperatingSystem os = new OperatingSystem(pID, ver);
        Console.WriteLine("   {0}", os.ToString());
    } //BuildOSObj

    static void BuildOperatingSystemObjects()
    {
        // The Version object does not need to correspond to an 
        // actual OS version.
        Version verNull = new Version();
        Version verMajMin = new Version(3, 11);
        Version verMMBld = new Version(5, 25, 625);
        Version verMMBVer = new Version(5, 6, 7, 8);
        Version verString = new Version("3.5.8.13");

        // All PlatformID members are shown here.
        BuildOSObj(PlatformID.Win32NT, verNull);
        BuildOSObj(PlatformID.Win32S, verMajMin);
        BuildOSObj(PlatformID.Win32Windows, verMMBld);
        BuildOSObj(PlatformID.WinCE, verMMBVer);
        BuildOSObj(PlatformID.Win32NT, verString);
    } //BuildOperatingSystemObjects

    public static void main(String[]
 args)
    {
        Console.WriteLine(("This example of the OperatingSystem constructor
 " 
            + "and \nOperatingSystem.ToString( ) " 
            + "generates the following output.\n"));
        Console.WriteLine(("Create and display several different " 
            + "OperatingSystem objects:\n"));
        BuildOperatingSystemObjects();
        Console.WriteLine(
            "\nThe OS version of the host computer is:\n\n   {0}",
            Environment.get_OSVersion().ToString());
    } //main
} //OpSysConstructDemo

/*
This example of the OperatingSystem constructor and
OperatingSystem.ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
継承階層継承階層
System.Object
  System.OperatingSystem
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

OperatingSystem コンストラクタ

指定したプラットフォーム ID 値とバージョン オブジェクト使用し、OperatingSystem クラス新しインスタンス初期化します。

名前空間: System
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

例外例外
例外種類条件

ArgumentNullException

versionnull 参照 (Visual Basic では Nothing) です。

ArgumentException

platformPlatformID 列挙値ではありません。

使用例使用例

選択した値を Platform プロパティVersion プロパティ使用してOperatingSystem クラスオブジェクト作成するコード例次に示します

' Example for the OperatingSystem constructor and the  
' OperatingSystem.ToString( ) method.
Imports System
Imports Microsoft.VisualBasic

Module OpSysConstructDemo
    
    ' Create and display an OperatingSystem object.
    Sub BuildOSObj( pID As PlatformID, ver
 As Version )

        Dim os As New OperatingSystem(
 pID, ver )

        Console.WriteLine( "   {0}", os.ToString(
 ) )
    End Sub 
        
    Sub BuildOperatingSystemObjects( )

        ' The Version object does not need to correspond to an 
        ' actual OS version.
        Dim verNull     As New
 Version( )
        Dim verMajMin   As New
 Version( 3, 11 )
        Dim verMMBld    As New
 Version( 5, 25, 625 )
        Dim verMMBVer   As New
 Version( 5, 6, 7, 8 )
        Dim verString   As New
 Version( "3.5.8.13" )
            
        ' All PlatformID members are shown here.
        BuildOSObj( PlatformID.Win32NT, verNull )
        BuildOSObj( PlatformID.Win32S, verMajMin )
        BuildOSObj( PlatformID.Win32Windows, verMMBld )
        BuildOSObj( PlatformID.WinCE, verMMBVer )
        BuildOSObj( PlatformID.Win32NT, verString )
    End Sub 
        
    Sub Main( )
        Console.WriteLine( _
            "This example of the OperatingSystem constructor "
 & _
            "and " & vbCrLf & "OperatingSystem.ToString(
 ) " & _
            "generates the following output." &
 vbCrLf )
        Console.WriteLine( _
            "Create and display several different "
 & _
            "OperatingSystem objects:" & vbCrLf
 )

        BuildOperatingSystemObjects( )
            
        Console.WriteLine(vbCrLf & _
            "The OS version of the host computer is: "
 & _
            vbCrLf & vbCrLf & "   {0}", _
            Environment.OSVersion.ToString( ) )
    End Sub
End Module 

' This example of the OperatingSystem constructor and
' OperatingSystem.ToString( ) generates the following output.
' 
' Create and display several different OperatingSystem objects:
' 
'    Microsoft Windows NT 0.0
'    Microsoft Win32S 3.11
'    Microsoft Windows 98 5.25.625
'    Microsoft Windows CE 5.6.7.8
'    Microsoft Windows NT 3.5.8.13
' 
' The OS version of the host computer is:
' 
'    Microsoft Windows NT 5.1.2600.0
// Example for the OperatingSystem constructor and the 
// OperatingSystem.ToString( ) method.
using System;

class OpSysConstructDemo 
{
    // Create and display an OperatingSystem object.
    static void BuildOSObj( PlatformID pID,
 Version ver )
    {
        OperatingSystem os = new OperatingSystem( pID, ver );

        Console.WriteLine( "   {0}", os.ToString( ) );
    }

    static void BuildOperatingSystemObjects(
 )
    {
        // The Version object does not need to correspond to an 
        // actual OS version.
        Version verNull     = new Version( );
        Version verMajMin   = new Version( 3, 11 );
        Version verMMBld    = new Version( 5, 25, 625 );
        Version verMMBVer   = new Version( 5, 6, 7, 8 );
        Version verString   = new Version( "3.5.8.13"
 );

        // All PlatformID members are shown here.
        BuildOSObj( PlatformID.Win32NT, verNull );
        BuildOSObj( PlatformID.Win32S, verMajMin );
        BuildOSObj( PlatformID.Win32Windows, verMMBld );
        BuildOSObj( PlatformID.WinCE, verMMBVer );
        BuildOSObj( PlatformID.Win32NT, verString );
    }

    public static void Main(
 ) 
    {
        Console.WriteLine( 
            "This example of the OperatingSystem constructor " +
            "and \nOperatingSystem.ToString( ) " +
            "generates the following output.\n" );
        Console.WriteLine( 
            "Create and display several different " +
            "OperatingSystem objects:\n" );

        BuildOperatingSystemObjects( );

        Console.WriteLine( 
            "\nThe OS version of the host computer is:\n\n   {0}", 
            Environment.OSVersion.ToString( ) );
    }
}

/*
This example of the OperatingSystem constructor and
OperatingSystem.ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
// Example for the OperatingSystem constructor and the 
// OperatingSystem::ToString( ) method.
using namespace System;

// Create and display an OperatingSystem object.
void BuildOSObj( PlatformID pID, Version^ ver )
{
   OperatingSystem^ os = gcnew OperatingSystem( pID,ver );
   Console::WriteLine( "   {0}", os->ToString() );
}

void BuildOperatingSystemObjects()
{
   
   // The Version object does not need to correspond to an 
   // actual OS version.
   Version^ verNull = gcnew Version;
   Version^ verMajMin = gcnew Version( 3,11 );
   Version^ verMMBld = gcnew Version( 5,25,625 );
   Version^ verMMBVer = gcnew Version( 5,6,7,8 );
   Version^ verString = gcnew Version( "3.5.8.13" );
   
   // All PlatformID members are shown here.
   BuildOSObj( PlatformID::Win32NT, verNull );
   BuildOSObj( PlatformID::Win32S, verMajMin );
   BuildOSObj( PlatformID::Win32Windows, verMMBld );
   BuildOSObj( PlatformID::WinCE, verMMBVer );
   BuildOSObj( PlatformID::Win32NT, verString );
}

int main()
{
   Console::WriteLine( "This example of the OperatingSystem constructor and
 \n"
   "OperatingSystem::ToString( ) generates the following "
   "output.\n" );
   Console::WriteLine( "Create and display several different "
   "OperatingSystem objects:\n" );
   BuildOperatingSystemObjects();
   Console::WriteLine( "\nThe OS version of the host computer is:\n\n   {0}",
 Environment::OSVersion->ToString() );
}

/*
This example of the OperatingSystem constructor and
OperatingSystem::ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
// Example for the OperatingSystem constructor and the 
// OperatingSystem.ToString( ) method.
import System.*;

class OpSysConstructDemo
{
    // Create and display an OperatingSystem object.
    static void BuildOSObj(PlatformID pID,
 Version ver)
    {
        OperatingSystem os = new OperatingSystem(pID, ver);
        Console.WriteLine("   {0}", os.ToString());
    } //BuildOSObj

    static void BuildOperatingSystemObjects()
    {
        // The Version object does not need to correspond to an 
        // actual OS version.
        Version verNull = new Version();
        Version verMajMin = new Version(3, 11);
        Version verMMBld = new Version(5, 25, 625);
        Version verMMBVer = new Version(5, 6, 7, 8);
        Version verString = new Version("3.5.8.13");

        // All PlatformID members are shown here.
        BuildOSObj(PlatformID.Win32NT, verNull);
        BuildOSObj(PlatformID.Win32S, verMajMin);
        BuildOSObj(PlatformID.Win32Windows, verMMBld);
        BuildOSObj(PlatformID.WinCE, verMMBVer);
        BuildOSObj(PlatformID.Win32NT, verString);
    } //BuildOperatingSystemObjects

    public static void main(String[]
 args)
    {
        Console.WriteLine(("This example of the OperatingSystem constructor
 " 
            + "and \nOperatingSystem.ToString( ) " 
            + "generates the following output.\n"));
        Console.WriteLine(("Create and display several different " 
            + "OperatingSystem objects:\n"));
        BuildOperatingSystemObjects();
        Console.WriteLine(
            "\nThe OS version of the host computer is:\n\n   {0}",
            Environment.get_OSVersion().ToString());
    } //main
} //OpSysConstructDemo

/*
This example of the OperatingSystem constructor and
OperatingSystem.ToString( ) generates the following output.

Create and display several different OperatingSystem objects:

   Microsoft Windows NT 0.0
   Microsoft Win32S 3.11
   Microsoft Windows 98 5.25.625
   Microsoft Windows CE 5.6.7.8
   Microsoft Windows NT 3.5.8.13

The OS version of the host computer is:

   Microsoft Windows NT 5.1.2600.0
*/
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
OperatingSystem クラス
OperatingSystem メンバ
System 名前空間

OperatingSystem プロパティ


OperatingSystem メソッド


OperatingSystem メンバ

バージョンプラットフォーム ID など、オペレーティング システムについての情報表します。このクラス継承できません。

OperatingSystem データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
参照参照

関連項目

OperatingSystem クラス
System 名前空間

オペレーティング・システム

コンピューター(225-2)のハードウェア(225-3)部分は、1個または数個中央処理装置 1、1個の中央記憶装置 2磁気テープ 4磁気ディスク 5用い一つ上の大容量記憶装置 31組入出力装置 6から成り立っている。ソフトウェア(225-4)の部分は、利用者(225-5)が利用者のプログラム 9運用するために使う施設 8効率的に管理するためのオペレーティング・システム 7と、標準的な問題を解くために考案され既製プログラム(225-8)であるデータ処理プログラム 10から成り立っている。


オペレーティングシステム

(Operating SysTem から転送)

出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2024/03/21 01:21 UTC 版)

オペレーティングシステム: operating system、略称:OS、オーエス)とは、コンピュータのオペレーション(操作・運用・運転)を司るシステムソフトウェアである。


注釈

  1. ^ 英語版の記事 en:Usage share of operating systems#Supercomputers にUNIXとLinuxのシェア入れ替わりのグラフが掲載されている。

出典

  1. ^ [1]
  2. ^ [2]
  3. ^ a b c 組み込みOSのAPIはTRON系OSがシェア60%、24年連続トップ
  4. ^ Stallings (2005). Operating Systems, Internals and Design Principles. Pearson: Prentice Hall. p. 6 
  5. ^ Dhotre, I.A. (2009). Operating Systems.. Technical Publications. p. 1 
  6. ^ Stallings, William (2008). Computer Organization & Architecture. New Delhi: Prentice-Hall of India Private Limited. p. 267. ISBN 978-81-203-2962-1 
  7. ^ Microsoft Corporation. “Extended FAT File System”. 2007年10月20日閲覧。
  8. ^ Poisson, Ken. "Chronology of Personal Computer Software". Retrieved on 2008-05-07. Last checked on 2009-03-30.
  9. ^ Hansen, Per Brinch, ed (2001). Classic Operating Systems. Springer. pp. 4–7. ISBN 0-387-95113-X. https://books.google.co.jp/books?id=-PDPBvIPYBkC&lpg=PP1&pg=PP1&redir_esc=y&hl=ja#v=onepage&q 
  10. ^ 組込みシステムに組み込んだOSのAPIで TRON系OSが60%のシェアを達成し24年連続の利用実績トップ 2020年4月2日”. トロンフォーラム. 2020年9月22日閲覧。




英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「Operating SysTem」の関連用語

Operating SysTemのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Operating SysTemのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
実用日本語表現辞典実用日本語表現辞典
Copyright © 2024実用日本語表現辞典 All Rights Reserved.
デジタル大辞泉デジタル大辞泉
(C)Shogakukan Inc.
株式会社 小学館
音楽電子事業協会音楽電子事業協会
Copyright 2024 AMEI.OR.JP
IT用語辞典バイナリIT用語辞典バイナリ
Copyright © 2005-2024 Weblio 辞書 IT用語辞典バイナリさくいん。 この記事は、IT用語辞典バイナリオペレーティングシステムの記事を利用しております。
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.
コンテンツはAttribution-Share Alike 3.0 Unportedのライセンスで利用することができます。
ウィキペディアウィキペディア
All text is available under the terms of the GNU Free Documentation License.
この記事は、ウィキペディアのオペレーティングシステム (改訂履歴)の記事を複製、再配布したものにあたり、GNU Free Documentation Licenseというライセンスの下で提供されています。 Weblio辞書に掲載されているウィキペディアの記事も、全てGNU Free Documentation Licenseの元に提供されております。

©2024 GRAS Group, Inc.RSS