内核进程 meaning in English
kernel process
Examples
- It has a part called the scheduler which keeps information inside itself about all the other ( non - kernel ) processes in your zoo
有一个称做时间表的东西保存了在你空间里的其他非内核进程的进程表。 - Processes are started by other processes , except for the init process , which is usually started by the kernel , and sometimes kernel processes
除了初始进程外,进程都可以由其它进程来启动,初始进程通常是由内核(有时由内核进程)来启动的。 - Ssi solutions modify almost every area of kernel : process management , filesystem , memory management , scheduler , etc . emulators simplify the deployment by letting the kernel processes run unchanged
Ssi解决方案会修改内核的几乎所有部分:进程管理、文件系统、内存管理、调度器,等等。通过不加修改地运行内核进程,模拟器简化了部署工作。 - On the operating design of raas , the paper focused on the change of task _ struct , the design of kernel process kaasd , the timing of raas , the configuration and initialization of raas in the end , the paper evaluate the raas from the aim of system design , the integration with the other secure components of secure os , provide some problems unsolved , such as the expanding to network monitor , the new technology of ids
对于实时审计分析系统的整体运行设计,从操作系统原有数据结构task _ struct的改变,内核进程kaasd的设计, raas的定时和系统的配置和初始化这几个方面逐个进行叙述。在本文的最后,从raas的达到的目的,与原有安全功能的有效合成等方面对该系统作了一个评价,同时提出几个需要进一步思考的问题,如对网络的扩展,对入侵检测新技术的引入等