1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > kernel bootに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

kernel bootの部分一致の例文一覧と使い方

該当件数 : 125



例文

MENUCONFIG=[yes|no]: This option is equivalent to the --menuconfig flag used by genkernel, which in turn uses the make menuconfig command to invoke a command-line based kernel configuration utility.例文帳に追加

もし、あなたが同様にカーネルのインストールのためにgenkernelを欲するのであれば、確実に/bootパーティションをマウントしてください。 - Gentoo Linux

initrd-...# mv kernel.aout openboot.img (This is the boot image) (PXE does not need any more steps, the kernel and initrd can be used as is) 例文帳に追加

ブートローダは、genkernelのディレクトリ内にある設定ファイルの仕様に基づいてビルドされたgenkernelイメージとgenkernelによって用意されたinitrdを読み込みます。 - Gentoo Linux

This kernel is built with support for multiple CPUs, but it will boot on single processor machines as well.例文帳に追加

すべてのカーネルは複数のCPUをサポートするように構築されていますが、それらはシングルプロセッサのマシンでも同様に起動するでしょう。 - Gentoo Linux

After each boot, any encrypted file systems must be re-attached to the kernel, checked for errors, and mounted, before the file systems can be used. 例文帳に追加

システムを起動する度に、すべての暗号化ファイルシステムは 使用前にカーネルに接続し、エラーの有無をチェックし、マウントする必要があります。 - FreeBSD

例文

This means that when you use genkernel to build your kernel, your system will generally detect all your hardware at boot-time, just like our Installation CD does. 例文帳に追加

カーネルを構築するのにgenkernelを使うときは、通常はシステムはインストールCDがするように起動時にすべてのハードウェアを検出します。 - Gentoo Linux


例文

The OS boot method, which boots an OS by loading a kernel image onto a memory 101 and executing the kernel image loaded onto the memory 101, divides the kernel image into a plurality of partitions, loads the divided kernel image 302 onto the memory 101 for every plurality of partitions, and sequentially executes the carnel images loaded into the partitions.例文帳に追加

カーネルイメージをメモリ101にロードし、メモリ101にロードされたカーネルイメージを実行することによりOSを起動するOSの起動方法であって、カーネルイメージを複数の区画に分割し、分割されたカーネルイメージ302を複数の区画毎にメモリ101にロードし、ロードされた区画から順次実行する。 - 特許庁

You must make sure that your root partition is below 1024 cylinders so the BIOS can boot the kernel from it. (Note that this is a limitation in the PC's BIOS, not FreeBSD). 例文帳に追加

BIOS がカーネルを起動できるようにルートパーティションが 1024シリンダ以内にあることを確認する必要があります (これは FreeBSD ではなく PC の BIOSの制限です)。 - FreeBSD

You can boot by specifying the kernel directly at the second stage, pressing any key when the | shows up before loader is started. 例文帳に追加

ローダがスタートする前の | が表示されているときに何かキーを押すことで、起動のセカンドステージから直接、起動するカーネルを指定して起動することができます。 - FreeBSD

Since the kernel will only probe the hardware you have on your system, the time it takes your system to boot can decrease dramatically. 例文帳に追加

素早く起動します。 カーネルはあなたのシステム上にあるハードウェアしか検出を行わないので、 あなたのシステムの起動にかかる時間は劇的に短くなります。 - FreeBSD

例文

Once the kernel is loaded by either loader (as usual) or boot2 (bypassing the loader), it examines its boot flags, if any, and adjusts its behavior as necessary. 例文帳に追加

カーネルがローダ (通常は) かboot2(ローダを迂回して) によってロードされると、 起動フラグを調べます。 もし起動フラグがあれば、それに応じて動作を調整します。 - FreeBSD

例文

It is recommended that you compile the slave kernel without any modules, sinceloading and setting them up via remote boot is a difficult and unnecessaryprocess. 例文帳に追加

スレーブ用カーネルは、モジュール無しにコンパイルすることをお薦めします。 というのは、モジュールをリモート起動でロードし、設定するのは難しく、必要がない処理だからです。 - Gentoo Linux

This may be useful if you want to install external modules in the initrd image by emerging the relevant item(s) with the callback feature, and then redefining a genkernelmodule group.--no-install: Activates [or deactivates] the make install command, which installs your new kernel image, configuration file, initrd image and system map onto your mounted boot partition.例文帳に追加

これは、makeoldconfigが実行された後、あなたのカーネルをビルドする前にメニューベースのカーネル設定を実行するかあるいは実行しません。 - Gentoo Linux

The boot blocks think the system is installed on ad0 (the second BIOS disk) while the kernel assigns the first disk on the secondary controller device, ad2. 例文帳に追加

起動ブロックはFreeBSD が wd1 (2 台目の BIOS ディスク) にインストール されていると認識するのに対し、カーネルはセカンダリ IDE の 1 台目のハードディスクである wd2にインストールされていると認識するのです。 - FreeBSD

If you are already using COM1 for another device, you will have to temporarily remove that device and install a new boot block and kernel once you get FreeBSD up and running. 例文帳に追加

すでに COM1: を他の装置に 使っていた場合は、一時的にその装置をはずしていったん FreeBSD がうまく動作してから、新しいブートブロックとカーネルをインストールしてください。 - FreeBSD

# emerge --unmerge sys-apps/modutils# emerge module-init-tools Note: Don't worry - even though you have just unmerged modutils, module-init-toolsprovides backwards compatibility for Linux 2.4, so you will still be able to boot into Linux 2.4 and handle modules for that kernel.例文帳に追加

注意:ご心配なく-modutilsをunmergeしても、module-init-toolsがLinux2.4向けに下位互換機能を提供するので、Linux2.4を起動してそのカーネルのモジュールを操作することもできます。 - Gentoo Linux

You cannot lower the security level; you have to boot to Single Mode to install the kernel, or change the security level in /etc/rc.conf then reboot. 例文帳に追加

セキュアレベルを下げる操作は、できないようになっています。 そのため、カーネルをインストールするには、 シングルユーザモードで起動するか、/etc/rc.conf のセキュリティ設定を変更して再起動する必要があります。 - FreeBSD

If you have a Pegasos I or intend to use any filesystem besides ext2 or ext3, you will also have to store your Linux kernel on this partition (the Pegasos II can only boot from ext2/ext3 or affs1 partitions).例文帳に追加

もし、Pegasos Iを持っているか、reiserfsまたはxfsを使うつもりなら、同様にLinuxカーネルをこのパーティションに入れなければならないでしょう(Pegasos IIはext2、ext3またはaffs1パーティションからブートすることができます)。 - Gentoo Linux

Note: dmesg will generally give a lot of output up front before coming to theinfo we need, as it reads the kernel ring buffer that has all the boot up messages as well.例文帳に追加

注意:dmesgは、ブートアップメッセージをすべて持っているカーネルのリングバッファを読むので、私たちが必要とする情報の前に、前もってたくさんの出力を一般的に提供するでしょう。 - Gentoo Linux

The other commonly used Linux loader is 'LoadLin' which is a DOS program that has the capability to launch a Linux kernel from the DOS prompt (with boot-args) assuming that certain resources are available. 例文帳に追加

ほかにはloadLinもよく使われている Linux ローダである。 これは DOS のプログラムで、DOS プロンプトから(起動時引数とともに) Linux カーネルを起動できる(いくつかの特定のリソースが利用可能でなければならない)。 - JM

or compiled into the kernel file), or the boot loader option setting is used for the normal root file systems. 例文帳に追加

を用いてカーネルファイル内にセットされたもの、または、コンパイル時にカーネルファイル内に埋め込まれたもの)、または、ブートローダのオプション設定によって指定されたものが通常時ルートファイルシステムとして使われる。 - JM

Make sure that every driver that is vital to the booting of your system (such as SCSI controller, ...) is compiled in the kernel and not as a module,otherwise your system will not be able to boot completely.例文帳に追加

システムをブートする上で必須のドライバ(例えば、SCSIコントローラ等)全てが、モジュールとしてではなく、カーネル自身にコンパイルされるようにして下さい。 そうしないと、システムが完全にブートできるようになりません。 - Gentoo Linux

Between when a plug 2 is inserted in an electrical outlet and when the main switch 3 is turned on, the pre-boot loader 14 reads out an OS kernel stored in the ROM 12 to transfer it to the RAM 13, which stores it.例文帳に追加

プレブートローダ14は、プラグ2がコンセントに挿入されてからメインスイッチ3がオンとされるまでの間に、ROM12に記憶されているOSカーネルを読み出してRAM13に転送して記録する。 - 特許庁

While this is not required, you may wish to get a login prompt over the serial line, now that you can see boot messages and can enter the kernel debugging session through the serial console. 例文帳に追加

シリアルコンソールからブートメッセージを確認したり、シリアルコンソールを経由してカーネルデバッグセッションに入ることができるので、これは必要がないかもしれませんが、 loginプロンプトをシリアルポートに出力するように設定することもできます。 - FreeBSD

An OS kernel 4 is acquired from a file server 20 through a network 40 by means of a boot loader 1 stored in the ROM 11 of a computer 10, and a startup authentication program 2 is called out from an IC card 50 inserted into the slot 13 of the computer 10.例文帳に追加

コンピュータ10のROM11に格納されたブートローダ1により、ファイルサーバ20からネットワーク40を経由してOSカーネル4を取得するとともに、コンピュータ10のスロット13に挿入されたICカード50から起動認証プログラム2を呼び出す。 - 特許庁

例文

The necessary device driver, psm, is included in the kernel. 例文帳に追加

あなたの使っている FreeBSD が比較的新しいけれど前のバージョン (2.1.x 以降)のものなら、 インストールの時に、単にカーネルのコンフィグレーションのメニュー上で PS/2マウスを有効化するだけです、あるいは後で boot: プロンプト上で-c を指定することでもメニューは現れます。 デフォルトでは無効に設定されていますので、 明示的に有効化してあげないといけません。 - FreeBSD




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS