• Kernel calls are asynchronous from the point of view of the CPU (see this answer).

    内核调用异步观点CPU(这个答案)。

    youdao

  • The BSD part of the kernel calls down to the Mach part, but can call these functions directly, not requiring a Mach message.

    内核BSD部分可以调用内核Mach部分,直接调用这些功能而不需要通过Mach消息

    youdao

  • In popular operating systems, there are generally no security checks in the kernel, except at the interfaces through which the end user calls into the OS.

    流行操作系统中,除了最终用户调用操作系统接口上进行安全性检查之外,在内核通常没有安全性检查。

    youdao

  • When a user program accesses system calls, it does so in kernel mode, not user mode.

    用户程序访问系统调用时内核模式而不是用户模式下进行。

    youdao

  • On the downside, this also means duplicating some infrastructure of the kernel as well as adding a potentially large number of new system calls to provide all necessary functionality.

    底层来说,意味着复制一些内核基础设施同时解决可能出现大量系统调用从而提供所有必要的功能。

    youdao

  • Existing plugin software must be adapted (ported or binary-rewritten) to use Browser Kernel system calls to accomplish its tasks.

    现有插件需要改写(移植重写)调用浏览器内核实现功能

    youdao

  • This method dramatically reduces the overhead due to a large number of system calls and data copies between kernel and user Spaces.

    这种方法会消除内核用户空间之间大量系统调用数据复制,从而显著降低开销

    youdao

  • Special system calls, or requests to the UNIX kernel, allocate and free the memory and set permissions; common read and write operations put and get data from the region.

    用特殊系统调用(UNIX内核请求)分配释放内存设置权限;通过一般读写操作读写内存段中的数据

    youdao

  • The system call interface ACTS as a switch, funneling system calls from user space to the appropriate endpoints in kernel space.

    系统调用接口作用就像是交换器,将系统调用用户空间发送内核空间中的适当端点

    youdao

  • These steps involve smaller building blocks that the kernel provides, which are the system calls.

    这些步骤包含内核所提供更小构件系统调用

    youdao

  • This example enables a "dummy" pci device that calls the pci kernel APIs.

    这个例子启用了一个调用pci内核api的“虚拟的”pci设备

    youdao

  • Now that kernel is updated with a few new system calls, let's look at what's necessary to use them from a user-space application.

    现在内核已经使用系统调用完成更新接下来一下用户空间应用程序中使用这些系统调用需要执行的操作。

    youdao

  • The TAMOS kernel extensions intercept all the system calls.

    TAMOS内核扩展拦截所有系统调用

    youdao

  • System calls are an efficient way of traversing between user-space and the kernel to request services in the kernel-space.

    系统调用穿越用户空间内核空间,请求内核空间服务一种有效方法

    youdao

  • There are two ways that you can use new kernel system calls.

    使用新的内核系统调用两种方法

    youdao

  • The SCI is a thin layer that provides the means to perform function calls from user space into the kernel.

    sci提供了某些机制执行用户空间内核函数调用

    youdao

  • Now I have my kernel system calls and Numbers to represent them.

    现在已经有了自己内核系统调用以及表示这些系统调用的编号

    youdao

  • Typically, applications spend some of their time in user code and some in "system code," such as kernel system calls.

    通常来说应用程序运行既要花费一些时间来运行用户代码,也要花费一些时间来运行“系统代码”,例如内核系统调用

    youdao

  • System calls or kernel functions (link, sethostname, mkdir).

    系统调用内核函数(link、sethostnamemkdir)。

    youdao

  • When openMosix has to communicate with other nodes, the guest kernel invokes several system calls.

    openmosix必须其他节点通信时客户内核会去调用一些系统调用

    youdao

  • This kernel includes a new feature to measure and record the timings of init calls.

    内核包含了这样一个特性,即可以测量记录init调用时间

    youdao

  • The connect system call copies the foreign address (the address to which the connection request needs to be sent) from the process to the kernel and calls soconnect().

    connect系统调用外来地址需要连接请求发送到地址)进程复制内核调用soconnect()。

    youdao

  • The 64-bit Linux kernel contains support to handle 32-bit system calls.

    64-Linux内核包含处理32 -位系统调用支持

    youdao

  • The hypervisor calls are executable only in hypervisor mode, just like system calls are executable only in kernel mode.

    Hypervisor调用能够 Hypervisor模式执行如同系统调用只能够在内核模式执行一样。

    youdao

  • At the top of the kernel is the system call interface, which handles the routing of user-space calls to their appropriate destination in the kernel (such as an open, read, or write).

    内核顶部系统调用接口处理用户空间调用内核合适目的地路由(例如openreadwrite)。

    youdao

  • The 64-bit Linux kernel handles 32-bit system calls.

    Linux内核能够处理32位系统调用

    youdao

  • If you have no intent of mainlining your system calls into the public Linux kernel, then system calls are a convenient and efficient way to make kernel services available to user-space.

    如果无意自己系统调用加入公共Linux内核中,那么系统调用就是将内核服务提供用户空间一种方便而且有效方法

    youdao

  • The Linux kernel provides a useful way to trace the system calls that a process invokes (as well as those signals that the process receives).

    Linux内核提供了一种非常有用方法跟踪某个进程调用系统调用以及进程所接收到信号)。

    youdao

  • First, similar to system calls that bridge user-space applications with kernel functions, a hypercall layer is commonly available that allows guests to make requests of the host operating system.

    首先类似于将用户空间应用程序内核函数连接起来的系统调用一个通常可用的虚拟化调用(hapercall, hypervisor对操作系统进行的系统调用)允许来宾系统宿主操作系统发出请求。

    youdao

  • For more details on Linux system calls, including how to add new system calls, see " Kernel command using system calls" (developerworks, March 2007).

    关于Linux系统调用更多细节包括如何添加系统调用,请参考使用 Linux 系统调用的内核命令”(developerworks,March 2007 年 3 月)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定