
Oprating Systems Principles
文章平均质量分 72
iAL
这个作者很懒,什么都没留下…
展开
-
Opration Procedure of Early Computers
First a loader would read an assembler into main memory and transfer control to it. The assembler then read the user source program and library routines, which generally from punched cards or paper ta原创 2004-11-09 01:16:00 · 756 阅读 · 0 评论 -
Interrupts & Traps
view point of PC Assembly Language by Paul A. CarterInterrupts ---------- external : caused by devices outside the CPU | | | | |____原创 2004-11-09 01:12:00 · 1003 阅读 · 0 评论 -
Runtime Organization of an OS
service as a subroutine Any service except those invoked by hardware interrupts which is called explicitly by an application can be handled this way.service as a process The process providing原创 2004-11-09 01:14:00 · 854 阅读 · 0 评论 -
How did the term BOOTING come from
A difficulty faced by even the earliest systems was initial startup. The CPU could only excute the program in the main memory which is volatile. Thus, the problem was how to get a program into the m原创 2004-11-09 01:16:00 · 673 阅读 · 0 评论 -
The UNIX Shell
A shell is a text-based interface between the user and the OS, which is a command interpreter that accepts statements (commands) issued by the user through the keyboard, mouse or other devices. A ty原创 2004-11-09 01:13:00 · 760 阅读 · 0 评论 -
Three view points of OS
Abstraction : as extended machinesVirtualization : as virtual machinesResource management : as resource managers原创 2004-11-09 01:09:00 · 747 阅读 · 0 评论