原文链接:https://blog.csdn.net/qq_47234534/article/details/118439555
一、计算机系统概述
MAR:memory address register 内存地址寄存器(IO AR, IO BR同理)
MBR:Memory buffer register 内存缓冲寄存器
PC:program counter 程序计数器
IR:instruction register指令寄存器
PSW:program status word 程序状态字
SMP:对称多处理器
RAM: random access memory 随机存储器
ISR:Interrupt Service Routines中断服务例程
MMU:memory manage unit 存储管理部件
二、操作系统概述
ISA:instruction system architecture指令系统体系结构
ABI:application binary interface应用程序二进制接口
API:application programming interface应用程序编程接口
DMA:direct memory access 直接内存访问
三、进程描述和控制
PCB:process control block进程控制块
CPL:current privilege level 当前特权特权
PSR:process status register处理器状态寄存器
IRT:interrupt return 中断返回(中断服务程序的最后一条指令,ret)
四、线程、对称多处理和微内核
LWP:light weight process轻量级进程 ,也称线程
TCB:thread control block 线程控制块
ULT: user-level thread 用户级线程
KLT:kernel-level thread 内核级线程
五、并发性:互斥和同步
六、并发性:死锁和饥饿
七、内存管理
DLL:dynamic link library 动态链接库
八、虚拟内存
FCFS:first come first service先来先服务 (调度策略相关)
RR: Round-Robind 轮转算法
SPN:shortest process next 最短进程优先
SRT: shortest remaining time 最短剩余时间
HRRN:Highest Response Ratio Next最高响应比优先
VRR:virtual round robin 虚拟轮转法
九、单处理器调度
FCFS:first come first service先来先服务 (调度策略相关)
RR: Round-Robind 轮转算法
SPN:shortest process next 最短进程优先
SRT: shortest remaining time 最短剩余时间
HRRN:Highest Response Ratio Next最高响应比优先
VRR:virtual round robin 虚拟轮转法
十、多处理器和实时调度
十一、I/O管理和磁盘调度
SSTF:shortest seek time first 最短服务时间优先
PRI:priority 进程优先级
RAID:redundant array of inexpensive disk 廉价磁盘冗余阵列
十二、文件管理
FAT:file allocation table文件分配表
DAT:disk alloation table 磁盘分配表
VFS:virtual file system 虚拟文件系统
NTFS:New Technology File System新文件系统
BIOS:Basic Input Output System基本输入输出系统