• Multilevel Systems
  • Implementation Of Operating System




    Download 6,34 Mb.
    Pdf ko'rish
    bet15/203
    Sana10.01.2024
    Hajmi6,34 Mb.
    #134102
    1   ...   11   12   13   14   15   16   17   18   ...   203
    Bog'liq
    Linux This Book Includes 4 Manuscripts The Underground Bible
    10 тема вроде. Про Зинченко и тд, Bozor Iqtisodiyoti, Mysteries of the universe, 1. Korrelyatsionva regression tahlilning umumiy tushunchasi. Reg-fayllar.org, 2-mavzu. Excel va spss kompyuter dasturlarida ma’lumotlarni tash-fayllar.org
    Implementation Of Operating System
    Architecture
    Consider several approaches to implementing an operating system
    architecture. In real OS, they usually use some combination of these
    approaches.
    Monolithic Systems
    The OSes, in which all the basic functions are concentrated in the kernel,
    are called monolithic systems . In the implementation of a monolithic
    kernel, the OS becomes more productive (the processor does not switch
    between modes during the interaction between its components), but less
    reliable (all its code is executed in privileged mode, and the error in each of
    the components is critical) .
    A monolithic kernel does not mean that all of its components must reside in
    the memory. Modern operating systems allow placing code fragments
    (kernel modules) dynamically in the kernel address space. The
    implementation of kernel modules also makes it possible to achieve its


    extensibility (to add new functionality, it is enough to develop and load the
    appropriate module in memory).
    Multilevel Systems
    Components of multilevel  OS form a hierarchy of levels (layers), each of
    which relies on functions of the previous level. The lowest level interacts
    directly with the hardware, the highest level implements system calls.
    In traditional multilevel operating systems, transferring control from the top
    to the bottom is implemented as a system call. The top-level must have the
    right to execute this call and these rights are verified with the support of the
    hardware. An example of such a system is the Multics OS, developed in the
    '60s. The practical application of this approach is limited today because of
    poor performance.
    Levels can also be isolated in a monolithic kernel; in this case, they are
    programmatically supported and cause system implementation to be
    disrupted. In the monolithic system, a kernel determines the levels:
    ❖ 
    Abstraction means from equipment that one interacts with the
    hardware directly, releasing other components of the system from
    such interaction
    ❖ 
    Core kernels that are responsible for the most basic, simplest
    kernel actions, such as writing a block of data to disk. By these
    means, upper-level instructions are executed with the management of
    resources
    ❖ 
    Resource management tools  (or resource managers) that implement
    basic OS functions (process management, memory, input-output,
    etc.). At this level, the most important resource management decisions
    are made that are made using the core kernel
    ❖ 
    A system call interface that is used to communicate with system
    and application software

    Download 6,34 Mb.
    1   ...   11   12   13   14   15   16   17   18   ...   203




    Download 6,34 Mb.
    Pdf ko'rish