kernel module 中文意思是什麼

kernel module 解釋
核心模塊
  • kernel : n 1 (果實的)核,仁。2 穀粒,麥粒。3 內核,核心,要點。4 【原子能】(原子)核。5 【數學】(積分...
  • module : n. 1. 測量流水等的單位〈1秒100升〉。2. 【建築】圓柱下部半徑度。3. 【物理學】模,系數,模數,模量。4. 【無線電】微型組件;組件;模塊。5. (太空船上各個獨立的)艙。
  1. Which created a 121 mb bootable debian filesystem with vpn firewall router functionality. by removing documentation and compressing the root filesystem using the cloop kernel module, he was able to reduce the size to 27. 6 mb

    在刪除裏面的文檔文件,並使用cloop核心模塊kernel module壓縮之後,他成功地將系統縮減為27 . 6 mb 。
  2. As a kernel module of a video coder, the rate control algorithm directly influence on the code efficiency and video quality

    碼率控制演算法作為視頻編碼器中的核心部分,直接影響到視頻編碼器的效率和視頻質量。
  3. The thesis implements acl mechanism in the kernel for r, w and x permission, and a loadable kernel module with the hooks inserted into kernel by the linux security module ( lsm ) for the extended permission

    提出、設計並實現了基於lsm安全框架的可動態加載的acl模塊,包括插入在內核中的12個用於細化的權限訪問檢查的鉤子函數。
  4. Secondly, we implement a bpf model called mybpf on linux as a kernel module. it can collect packets within the netfilter frame, provide the applications with an interface in char device file manner and be attached to the nf _ ip _ pre _ routing hook defined by netfilter frame for ipv4 as a hook function. finally, we evaluate the performance between mybpf and other bpf on sock _ packet socket

    該模塊以字元設備文件的形式為應用程序提供介面,並在netfilter框架為ipv4定義的nf _ ip _ pre _ routing鉤子上掛接了一個鉤子函數,該鉤子函數實現bpf虛擬機,完成對數據包的捕獲;最後,本文對mybpf模塊作了相應的測試並與在sock _ packet套介面上實現的bpf做了性能比較。
  5. There are six chapters in this article, which mainly includes : the brief introduction of adsl and atm technology, the construction of embedded linux sy stem > the software design and the kernel module design of the gateway etc. at the end of this article, we summarized this paper and gave the direction on deeping into research

    全文共分六章,主要包括: adsl和atm技術的簡介、構造嵌入式linux系統、網關的軟體設計、網關的內核模塊設計等幾個部分。文章的末尾我們對這篇論文進行了總結並給出了進一步研究的方向。
  6. Image processing technology is a kernel module of rip. this paper deals with image transform, image scaling, color adjustment, color separation and so on

    重點對rip軟體中的圖象處理技術,包括圖象格式轉換、縮放、色彩調整、分色等進行了研究。
  7. The csm is the kernel module among the parts of security middleware, its responsibility is to manger the security service provider module, to provide a common interface to user, to hide the difference of various security implement, to dispatch the user ' s request to sspm, to ensure the system can run steady, as well as it ' s basic career of the security middleware ' s function and characteristic

    Csm是安全中間件的核心,它負責管理安全服務提供者模塊,提供統一的介面,屏蔽各種安全實現之間的差異,將用戶的服務請求分發到各安全服務提供者模塊,保證系統的穩定運行,是安全中間件各種功能和特性的基本承載者。
  8. Secondly, we particularly describe some modules such as gatekeeper kernel module ( gkcore ), authorization module, and radius module, and provide some parts of implementing details and important workflows

    接著,對于網守的部分模塊,如網守核心協議模塊( gkcore ) 、認證模塊和radius客戶端模塊作了詳細描述,並給出了部分實現細節和重要工作流程。
  9. Secondly, we particularly describe some modules such as gatekeeper kernel module ( gkcore ), web communication module and authorization module, and provide some parts of implementing details and important workflows

    接著,對于網守的部分模塊,如網守核心協議模塊( gkcore ) 、 web通信模塊和認證模塊作了詳細描述,並給出了部分實現細節和重要工作流程。
  10. Connecting with system booting, this thesis introduces network booting and nfs file system. connecting with kernel cutting, using modularized programming and loadable kernel module mechanism of linux, i give some rules that decide what module will be compiled in the kernel. connecting with file system cutting, elf object file, dynamic and static link, standard c library and busybox concept have been used

    利用網卡的bootrom從網路主機進行系統加載, nfs文件系統的應用也為系統調試帶來極大的便利;通過可加載內核模塊機制進行最小內核的定製,提出內核模塊選擇的基本原則;在最小文件系統的設計上,論文採用了busybox思想使得系統不存在冗餘文件,對標準c庫進行版本選擇、 elf目標文件冗餘去除、動態鏈接和靜態鏈接選擇方案等技術來達到系統中每個文件都最精簡。
  11. Snare ( system intrusion analysis and reporting environment ) is a dynamically loadable kernel module that will form the basis for a host intrusion detection facility and c2 - style auditing / event logging capability for linux

    Snare能夠讓你隨時了解你系統中內核模塊的執行情況,同時隨時向你報告系統運行狀態
  12. Then, combining the characteristics of linux operating system and the requirements of mobile ipv6, the unique solution of implementing mobile ipv6 on linux is proposed using the linux module netfilter framework and the kernel module program mode of loadable kernel module

    在此基礎上,結合linux操作系統的特點和移動ipv6的要求,利用linux系統具備的netfilterframework以及loadablekernelmodule內核模塊編程方式提出了富有特色的解決方案。
  13. The respective kernel module and user space files reside in these directories

    相應的內核模塊和用戶空間文件分別在這兩個目錄中。
  14. Kernel module supports usb host controllers and usb devices

    內核模塊支持usb主機控制器和usb設備。
  15. Gdi ( graphical device interface ) is the kernel module of graphics subsystem in gui and it insulates gui application program from difference among output hardwares. detailed design and implementation of gdi with dc ( device context ) mechanism is studied from the point of view of 00

    Gdi作為嵌入式gui的圖形子系統核心模塊,通過引入設備上下文機制,運用面向對象技術,隔離上層應用程序和不同特性的輸出設備,從而達到與設備無關圖形操作的設計目標。
  16. You probably need to load the rarp kernel module or else recompile the kernel to support rarp

    您可能需要加載rarp內核模塊或重新編譯內核並使之支持rarp 。
  17. The ipv6 lab environment is built on nokia ip650 router, and following five key problems have been solved : first how the ipv6 _ in _ ipv6 tunnel packet to be sent and received, second how the home agent to block the packet which is sent to the mobile node, third how the mobile test to be realized, fourth how the time stamp of kernel module to be used, and fifth how the ipv6 packets to be sent correctly by mobile node

    本課題以nokiaip650為主路由器搭建起ipv6實驗環境,重點解決如何收發ipv6 _ in _ ipv6tunnel包;本地代理如何攔截發給移動節點的包;如何實現移動檢測;如何使用內核模塊的定時器;如何讓移動節點正確發送ipv6包這五個關鍵問題。
  18. You should ensure that the usb - storage kernel module is loaded

    應確定usb - storage內核模塊已經被加載
  19. The driver program is designed as a linux kernel module

    驅動程序的設計以可加載模塊方式實現在linux的內核中。
  20. Pvfs is available as a linux kernel module and can also be built into the linux kernel

    Pvfs可以作為一個linux內核模塊使用,也可以編譯到linux內核中。
分享友人