中英
用户态
  • 简明
  • 1
    用户模式:一种计算机操作模式,允许用户与计算机系统进行交互,执行各种任务和操作。
  • 2
    用户状态,使用者状态;
  • 网络释义
  • 专业释义
  • 1

     User

    ... 系统态(System State) 用户态User State) 是一套兼容于SystemV 以及BSD UNIX的操作系统。Linux的缔造者是芬兰人Linus Torualds。 ...

  • 2

     ring

    ... 用户规则 user policy 用户态 ring ; user mode ; CPL ; Privileged mode 注册用户 registered users ; RU ; Member ; Bloger ...

短语
查看更多
  • 双语例句
  • 1
    用户的线程系统中,这意味着这个进程中的所有线程也都会阻塞。
    In a userpace thread system, this means that all the threads in a process are blocked as well.
  • 2
    取消可能是特定的用户请求的结果,或者在清理已经退出的进程时进行。
    Cancellation may occur as the result of a specific user-mode request, or during the cleanup of a process which has exited.
  • 3
    Tanenbaum指出其中的主要区别是令设备驱动运行在用户能提高安全性
    The main difference pointed by Tanenbaum is having the drivers run in user mode conferring higher security
查看更多
  • 百科
  • 用户态

    用户态(user mode)在计算机结构指两项类似的概念。在CPU的设计中,用户态指非特权状态。在此状态下,执行的代码被硬件限定,不能进行某些操作,比如写入其他进程的存储空间,以防止给操作系统带来安全隐患。在操作系统的设计中,用户态也类似,指非特权的执行状态。内核禁止此状态下的代码进行潜在危险的操作,比如写入系统配置文件、杀掉其他用户的进程、重启系统等。

查看更多