GENERIC to refer to the generic kernel that comes on the install disk, or kernel.old to refer to your previously installed kernel (when you have upgraded or configured your own kernel, for example).
kernel.GENERIC とすると、 インストールディスクに入っていたgeneric カーネルを指定することができます。 また、直前にインストールされていたカーネル(たとえば、 カーネルを自分で設定したり、 アップグレードしたりした場合) を指定するには kernel.old とします。 - FreeBSD
To provide a disk case which is adaptable to conventional genericdisk recording and reproducing apparatuses without allowing the finger or the like in direct contact with a disk. 直接、指などで触れてしまうことなく、容易に従来の一般的なディスク再生・記録装置に対応することができるようにしたディスクケースを提供すること。 - 特許庁
This is done by adding the following line to your kernel configuration file:The stock GENERIC kernel does not have this enabled by default, so you will have to configure, build and install a custom kernel in order to use disk quotas.
標準の GENERIC カーネルでは、この機能は有効になっていませんので、ディスククォータを利用するためには上記を設定後カーネルを構築しなおし、作成されたカスタムカーネルをインストールしなければいけません。 - FreeBSD
An iSCSI initiator residing within the diskless computing device includes the hardware class identifier as a vendor-specific parameter in the iSCSI login request to a generic virtual disk. ディスクレス計算デバイス内のiSCSIイニシエータが、ハードウェアクラス識別子をベンダ固有のパラメータとして汎用仮想ディスクへのiSCSIログイン要求に含める。 - 特許庁
The technical fields of both inventions are "magnetic recording medium" and "floppy disk," respectively, and have the relationship of a generic and a more specific concept, thus the technical fields are overlapping with each other.
両発明の技術分野は、「磁気記録媒体」と「フロッピーディスク」であり、両者は上位概念と下位概念との関係にあるから技術分野は重複する。 - 特許庁
(The write-protect sense is EXPERIMENTAL code in the later kernels)sda: Write Protect is offsda: Mode Sense: 0b 00 00 08sda: assuming drive cache: write throughSCSI device sda: 1003600 512-byte hdwr sectors (514 MB)/dev/scsi/host0/bus0/target0/lun0: p1Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0usb-storage: device scan complete(At this point, the device is generally accessible by mounting /dev/sda1)
(最近のカーネルではライトプロテクトはEXPERIMENTAL(実験的)コードになります) (通常この時点で、/dev/sda1をマウントしてデバイスにアクセス可能です) - Gentoo Linux