kernel mode 中文意思是什麼

kernel mode 解釋
核心模式
  • kernel : n 1 (果實的)核,仁。2 穀粒,麥粒。3 內核,核心,要點。4 【原子能】(原子)核。5 【數學】(積分...
  • mode : n 1 法,樣,方法,方式。2 模,型;樣式,體裁,款式;習慣。3 風尚;〈the mode〉流行,時髦。4 【語...
  1. As a whole the system may compart three modules : ndis drivers in the kernel mode, the dll program in the user mode and the user application program, adopting the share memory technology three modules realize the data share of the control canal rule, the encapsulation data and the network neiborhood name and so on, so we can easily finis1 " the packet authentication by the control canal rule, improve the filtering efficiency of the system. whereas the current of firewall technology, the system has wide utily value and business value. this software is based on windows 2000 operating system, the programming language is chosen as visual c + + 6. 0 and win2000 ddk

    從總體上可以劃分為以下三個模塊:核心層的ndis網路驅動程序、應用層的動態鏈接庫程序以及用戶應用程序,這三個模塊之間通過內存共享技術完成對控管規則、封裝數據、網上鄰居名字列表等數據的讀寫操作,從而很方便的根據控管規則實現了對網路封包的認證操作,提高了系統的過濾效率。鑒于目前防火墻技術的發展趨勢,本系統具有廣泛的實用價值和商業價值,因此具有一定的推廣前景。軟體的開發基於windows2000操作系統,開發語言採用visualc + + 6 . 0和win2000ddk 。
  2. A set of kernel mode procedures that executes as the result of a page fault. the pager and the image activator provide the operating system ' s memory management functions

    當產生缺頁中斷時執行的一組核心態程序,它與映象激活程序一起提供操作系統的存儲管理功能。
  3. A transition from user to kernel mode

    從用戶模式到核心模式的轉換。
  4. Network driver technology is used in kernel mode. currently, most personal firewalls use ndis hook driver technology. however, ndis hook greatly depends on platform, so developers need to judge os version so as to use some undocumented structures

    目前大多數個人防火墻採用內核模式的ndishook驅動程序技術,但是,這種技術對平臺的依賴性比較大,需要在程序中判斷操作系統的版本而使用一些未見文檔的結構定義。
  5. Kernel - mode programs use structured exceptions by establishing exception frames on the same stack that ' s used for argument passing, subroutine calling, and automatic variables

    內和模式程序通過在用於沖突經過、子程序調用和自動變量的相同堆棧上建立異常結構來使用結構性異常。
  6. Finally, as irql rises, fewer and fewer kernel - mode support routines are available for your use

    最後,當irql提升的時候,越來越少的支持程序的內核模式為你所用。
  7. Semi - kernel mode malware runs in both user mode and kernel mode

    運行於完全內核模式的惡意軟體在內核層執行所有任務。
  8. Malware running in full - kernel mode performs all tasks within the kernel layer

    運行於完全內核模式的惡意軟體在內核層執行所有任務。
  9. Research on timer - code generator of noval optics measurement device based on kernel mode

    基於底層的光測儀器時統部件驅動程序的研究
  10. The rtos is in kernel mode while the application is in the user mode, the direct access from the user mode to kernel mode is denied and the access from one application program to another application is prohibited too

    操作系統和應用程序分佈在系統的核心態和用戶態,系統的核心態和用戶態之間不能互相訪問,此外不同的任務通過其不同的任務號限制其互相訪問。
  11. Local named pipes runs in kernel mode and is very fast

    本地named pipes以內核模式運行且速度非常快。
  12. Finally, the filter must be aware of the fact that even though it is calling from kernel mode, the underlying fsd will continue to enforce sharing access against the file

    最後,過濾驅動必須能知道這種情況:雖然調用來自內核模式,下層的fsd會對這個文件強制進行共享存取。
  13. If an application switches out of kernel mode and one of its upper 96 registers is not intact, as could happen if an interrupt occurred, the application will fail when it switches back to user mode

    如果某個應用程序切換出內核模式,並且該應用程序上面的96個寄存器之一已發生變化(發生中斷時會出現這種情況) ,則該應用程序在切換回用戶模式后將無法運行。
  14. Number of transitions between user ring 3 and kernel mode ring 0 in function and items it calls

    函數及其調用的項中在用戶模式( ring 3 )和內核模式( ring 0 )之間轉換的次數。
  15. A change in the location of processor event execution between ring 3 user mode and ring 0 kernel - mode

    循環3 (用戶模式)和循環0 (內核模式)之間的處理器事件執行位置的更改。
  16. Number of transitions between user ring 3 and kernel mode ring 0 in function, excluding transitions in items it calls

    函數中用戶模式( ring 3 )和內核模式( ring 0 )之間的轉換次數,不包括其調用的項中的轉換。
  17. The vulnerability results because of a flaw in the multiple unc uniform naming convention provider, which is a network file system resource locator that runs in kernel - mode memory in windows

    該安全漏洞是因為多個unc (統一命名約定)提供程序( mup )中存在缺陷所致,其中mup是在windows內核模式內存中運行的網路文件系統資源定位器。
  18. According to my reference, there are many schemes for the personal firewall technology and each has its own advantages and disadvantages. a new double filtering packet based on kernel and user mode scheme is presented in this paper with the development of the personal firewall technology : in the kernel mode, we develop the network driver program to implement the raw net packet capturing through the ndis hook technology, and also we accomplish the net packet filtering according to the control canal rules, in the user mode, we develop the dll program to implement the services based on socket capturing and filtering through the winsock2 spi technology, thereby we overcome the shortcoming during caputuring packet by kernel mode or user mode only, greatly improve the system security nature

    通過參考目前市場上多種個人防火墻的設計方案,並且分析比較各個設計方案的優缺點,結合目前個人防火墻技術的發展趨勢,提出一種基於內核態和用戶態雙重過濾的設計方案:在內核態採用ndishook技術開發ndis網路驅動程序實現對通過網路的原始數據封包截獲,並且通過訪問控管規則完成對數據封包的過濾;在應用態採用winsock2spi技術開發動態鏈接庫( dll )程序實現了對基於socket網路連接通信的服務截獲和過濾,從而克服了單方面從用戶態或核心態截獲數據包的缺點,極大提高了系統的安全性能。
  19. It should go without saying that you need to be extra careful when accessing memory you ' ve allocated from the free storage pools in kernel mode

    當訪問你從內核模式中的空閑存儲池分配的內存的時候,不用表明:你需要特別的小心,它就應該執行。
  20. At first, it discusses the way to design a data acquisition and storage system with high speed based on pci ( peripheral component interconnect ) bus, then the author implements the device driver to acquisition the image data with high speed in real time in the kernel mode of system based on researching deeply of the mechanism and structure of kernel mode in windows operating system

    首先討論了pci ( peripheralcomponentinterconnect ? ?外圍部件互連)總線高速多通道數據採集與存儲系統硬體介面設計方法,然後深入討論了基於windows系統核心態結構機制基礎上的設備驅動程序的設計方法,最後討論了cd - 650bx的設計與實現。
分享友人