1153万例文収録!

「kernel」に関連した英語例文の一覧と使い方(6ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

kernelを含む例文一覧と使い方

該当件数 : 2285



例文

Code Listing3.4: Loading kernel modules 例文帳に追加

コード表示3.5: カーネルモジュールのロード # modprobe 8139too - Gentoo Linux

Code Listing3.8: Installing the kernel 例文帳に追加

コード表示3.10: カーネルをインストールする - Gentoo Linux

We provide you with an easy tool (sys-kernel/module-rebuild) which rebuilds all the kernel modules you have installed using separate ebuilds for the kernel at /usr/src/linux.例文帳に追加

/usr/src/linuxにあるカーネル向けに別々のebuildでインストールされたカーネルモジュールを全て再ビルドすることができる簡単なツール(sys-kernel/module-rebuild)があります。 - Gentoo Linux

Gentoo ChoicesGentoo Linux Kernel Guide 例文帳に追加

initスクリプト Gentoo選択肢ガイドGentooLinuxカーネルガイド - Gentoo Linux

例文

Code Listing6.2: Required kernel options 例文帳に追加

コード表示6.2:必要なカーネルオプション - Gentoo Linux


例文

The drivers consist of two parts, a kernel module, and an X11driver. 例文帳に追加

カーネルモジュールとX11ドライバです。 - Gentoo Linux

set at kernel compilation). 例文帳に追加

をセットすると利用可能であった)。 - JM

Note: It is required to have full FreeBSD source tree to build the kernel. 例文帳に追加

Note: FreeBSD4.2 とそれ以前の場合は、 KERNCONF=ではなく KERNEL= としなければなりません。 - FreeBSD

To ensure that your kernel will boot, instead of copying the vmlinux file to /boot, simply cat the kernel as shown below.例文帳に追加

コード表示1.2:Inputcoresupport (ここに書かれているものはデフォルト値です。 - Gentoo Linux

例文

sys-apps/baselayoutsys-apps/util-linuxsys-kernel/genkernel (only if you wish to use genkernel as opposed to manual configuration)Code Listing2.1: Updating all world packages例文帳に追加

sys-kernel/genkernel(手動設定ではなくgenkernelを使いたい時のみ) - Gentoo Linux

例文

If you need to pass any additional options to the kernel, simply add them to the end of the kernel command.例文帳に追加

もし、他にカーネルに渡したいオプションがあるなら、単純にそれをkernelコマンドの最後に追加してください。 - Gentoo Linux

[McKusick Karels, 1988]"Design of a General Purpose Memory Allocator for the 4.3BSD UNIX Kernel", M. 例文帳に追加

Appendix A.日本語化について - FreeBSD

kern: problems with the kernel, (non-platform-specific) device drivers, or the base libraries. 例文帳に追加

kern: カーネルに関する問題。 - FreeBSD

Attach the gbde Partition to the Kernel 例文帳に追加

カーネルに gbde パーティションを接続する - FreeBSD

The APPEND tag appends kernel initialisation options. 例文帳に追加

APPENDタグは、カーネル初期化オプションです。 - Gentoo Linux

ck-sources ck-sources is Con Kolivas's kernel patch set. 例文帳に追加

development-sourcesはkernel.orgの公式の2.6カーネルです。 - Gentoo Linux

Specifying a kernel? 例文帳に追加

カーネルを指定するって?はい、そうです。 - Gentoo Linux

We'll now get on with configuring the kernel. 例文帳に追加

ではカーネルを設定しましょう。 - Gentoo Linux

Insufficient kernel resources are available. 例文帳に追加

必要なカーネル・リソースを得られない。 - JM

warning messages in the kernel log. 例文帳に追加

もマウントポイント単位で指定できる。 - JM

Introduced with version 1.1.92 of the Linux kernel. 例文帳に追加

Linux カーネルバージョン 1.1.92 で導入された。 - JM

For this reason, a PAE kernel configuration file is provided in FreeBSD which excludes all drivers not known to work in a PAE enabled kernel. 例文帳に追加

それらのファイルがないことが明らかになったとします。 - FreeBSD

Code Listing2.3: Kernel Options for ALSA 例文帳に追加

コード表示2.3:ALSAのためのカーネルオプション - Gentoo Linux

After your kernel has been loaded all processes are handled by the kernel.例文帳に追加

カーネルが起動した後、カーネルによってすべてのプロセスが処理されます。 - Gentoo Linux

TuxOnIce is not included in the mainline kernel yet, therefore you either haveto patch your kernel sources with the patches provided by tuxonice.net or usesys-kernel/tuxonice-sources. 例文帳に追加

suspend2はまだ主流のカーネルに含まれていないので、suspend2.netが提供するパッチをカーネルソースに適用するか、sys-kernel/suspend2-sourcesを使用する必要があります。 - Gentoo Linux

Code Listing4.1: Retrieving kernel information 例文帳に追加

コード表示4.1:カーネル情報の取得 - Gentoo Linux

returns 0; since kernel 2.6.21, read (2) 例文帳に追加

は 0 を返す。 2.6.21 以降のカーネルでは、read (2) - JM

and a corresponding file, /proc/sys/kernel/pty/nr , indicates how many pseudo-terminals are currently in use. 例文帳に追加

また、/proc/sys/kernel/pty/nrで現在使用中の擬似端末の数を取得できる。 - JM

returns information about the file system types currently present in the kernel. 例文帳に追加

は現在カーネル (kernel) に存在しているファイル・システムの型 (type) 情報を返す。 - JM

system call is not available, because the kernel was compiled with the CONFIG_PRINTK 例文帳に追加

システムコールが利用できない。 - JM

Why does every kernel I try to build fail to compile, even GENERIC? 例文帳に追加

GENERIC カーネルも構築できません。 - FreeBSD

Now it is time to compile the kernel: 例文帳に追加

ではカーネルを完成させましょう。 - FreeBSD

Code Listing3.10: Loading the kernel module 例文帳に追加

コード表示3.10:カーネルモジュールの読み込み - Gentoo Linux

Get screen mapping from kernel. 例文帳に追加

スクリーンマッピングをカーネルより取得する。 - JM

Write kernel keycode table entry. 例文帳に追加

カーネルのキーコードテーブルエントリーを書き込む。 - JM

This bug is fixed in kernel 2.6.12. 例文帳に追加

このバグはカーネル 2.6.12 で修正された。 - JM

This bug was fixed in kernel 2.6.14. 例文帳に追加

このバグは、カーネル 2.6.14 で修正された。 - JM

If you have included devfs support in your kernel, you can deactivate it in the bootloader configuration: add gentoo=nodevfs as a kernel parameter.If you want to use devfs and deactivate udev, add gentoo=noudev as kernel parameter.例文帳に追加

devfsを使用しudevを無効にしたいなら、カーネルパラメータにgentoo=noudevを追加してください。 既知の問題 - Gentoo Linux

Edit your kernel configuration file. 例文帳に追加

カーネルコンフィグレーションファイルを変更します。 - FreeBSD

24.4.8 Compile and Install a New Kernel 例文帳に追加

17.4.8.新しいカーネルの構築とインストール - FreeBSD

domain name, Things You Have to Do Only Once DOS, Prepare the Boot Media, BIOS Drive Numbering, Kernel and File Systems 例文帳に追加

DOS, カーネルとファイルシステム - FreeBSD

Code Listing2.9: Compiling the slave kernel 例文帳に追加

コード表示2.9:スレーブ用カーネルのコンパイル - Gentoo Linux

To use this card in Linux, enable these kernel options:例文帳に追加

これをMacOSXでは「Reducedprocessorperformance」、Linuxでは「CPUScaling」と言います。 - Gentoo Linux

Code Listing2.8: Copying over the Installation CD kernel 例文帳に追加

コード表示2.8:インストールCDカーネルのコピー - Gentoo Linux

gentooDefault 2.6 kernel with support for multiple CPUs 例文帳に追加

マルチCPUをサポートするデフォルトの2.6カーネル - Gentoo Linux

2.Kernel setup (know thyself first) 例文帳に追加

カーネルの設定(まず汝自身を知れ) - Gentoo Linux

Code Listing2.1: Getting the kernel sources 例文帳に追加

コード表示2.1:カーネルソースを入手する - Gentoo Linux

It is described in the kernel source file Documentation/sound/oss/README 例文帳に追加

詳細は、カーネルソース内のDocumentation/sound/oss/README - JM

Write records to kernel auditing log. 例文帳に追加

カーネル監査のログにレコードを書き込む。 - JM

例文

The kernel returns the string ESC [ ? 6 c, claiming that it is a VT102.例文帳に追加

カーネルは文字列 ESC [ ? 6 c を返す。 - JM




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS