A computer system consists of hardware, system programs, and application programs figs 11

46 322 0
A computer system consists of hardware, system programs, and application programs figs 11

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

2.1 PROCESSES 2.2 THREADS 2.3 INTERPROCESS COMMUNICATION 2.4 CLASSICAL IPC PROBLEMS 2.5 SCHEDULING 2.6 RESEARCH ON PROCESSES AND THREADS 2.7 SUMMARY

11 CASE STUDY 2: WINDOWS 2000 11.1 HISTORY OF WINDOWS 2000 11.2 PROGRAMMING WINDOWS 2000 11.3 SYSTEM STRUCTURE 11.4 PROCESSES AND THREADS IN WINDOWS 2000 11.5 MEMORY MANAGEMENT 11.6 INPUT/OUTPUT IN WINDOWS 2000 11.7 THE WINDOWS 2000 FILE SYSTEM 11.8 SECURITY IN WINDOWS 2000 11.9 CACHING IN WINDOWS 2000 11.10 SUMMARY Item Windows 95/98 Windows NT Full 32-bit system? No Yes Security? No Yes Protected file mappings? No Yes Private addr space for each MS-DOS prog? No Yes Unicode? No Yes Runs on Intel 80x86 80x86, Alpha, MIPS, Multiprocessor support? No Yes Re-entrant code inside OS? No Yes Plug and play? Yes No Power management? Yes No FAT-32 file system? Yes Optional NTFS file system No Yes Win32 API? Yes Yes Run all old MS-DOS programs? Yes No Some critical OS data writable by user? Yes No Fig. 11-1. Some differences between Windows 98 and Windows NT. Version Max RAM CPUs Max clients Cluster size Optimized for Professional 4 GB 2 10 0 Response time Server 4 GB 4 Unlimited 0 Throughput Advanced server 8 GB 8 Unlimited 2 Throughput Datacenter server 64 GB 32 Unlimited 4 Throughput Fig. 11-2. The different versions of Windows 2000. Year AT&T BSD MINIX Linux Solaris Win NT 1976 V6 9K 1979 V7 21K 1980 4.1 38K 1982 Sys III 58K 1984 4.2 98K 1986 4.3 179K 1987 SVR3 92K 1.0 13K 1989 SVR4 280K 1991 0.01 10K 1993 Free 1.0 235K 5.3 850K 3.1 6M 1994 4.4 Lite 743K 1.0 165K 3.5 10M 1996 2.0 470K 4.0 16M 1997 2.0 62K 5.6 1.4M 1999 2.2 1M 2000 Free 4.0 1.4M 5.8 2.0M 2000 29M Fig. 11-3. A comparison of some operating system sizes. The first string in each box is the version; the second is the size measured in lines of source code, where K = 1000 and M = 1,000,000. Com- parisons within a column have real meaning; comparisons across columns do not, as discussed in the text. Win32 application program Win32 Application Programming Interface Win32s Windows 3.x Windows NT Window 2000 Windows 95/98/Me Fig. 11-4. The Win32 API allows programs to run on almost all versions of Windows. Key Description HKEY LOCAL MACHINE Properties of the hardware and software HARDWARE Hardware description and mapping of hardware to drivers SAM Security and account information for users SECURITY System-wide security policies SOFTWARE Generic information about installed application programs SYSTEM Information for booting the system HKEY USERS Information about the users; one subkey per user USER-AST-ID User AST’s profile AppEvents Which sound to make when (incoming email/fax, error, etc.) Console Command prompt settings (colors, fonts, history, etc.) Control Panel Desktop appearance, screensaver, mouse sensitivity, etc. Environment Environment variables Keyboard Layout Which keyboard: 102-key US, AZERTY, Dvorak, etc. Printers Information about installed printers Software User preferences for Microsoft and third party software HKEY PERFORMANCE DATA Hundreds of counters monitoring system performance HKEY CLASSES ROOT Link to HKEY LOCAL MACHINE\SOFTWARE\CLASSES HKEY CURRENT CONFIG Link to the current hardware profile HKEY CURRENT USER Link to the current user profile Fig. 11-5. The root keys registry keys and selected subkeys. The capitalization has no meaning but follows the Microsoft practice here. Win32 API function Description RegCreateKeyEx Create a new registry key RegDeleteKey Delete a registry key RegOpenKeyEx Open a key to get a handle to it RegEnumKeyEx Enumerate the subkeys subordinate to the key of the handle RegQueryValueEx Look up the data for a value within a key Fig. 11-6. Some of the Win32 API calls for using the registry POSIX program POSIX subsystem Win32 program Win32 subsystem OS/2 program OS/2 subsystem Service process System interface (NT DLL.DLL) System services Hardware Hardware Abstraction layer (HAL) Kernel File sys I/O mgr Object mgr Process mgr Memory mgr Security mgr Cache mgr PnP mgr Power mgr Config mgr LPC mgr Win32 GDI Video driver D Kernel mode User mode Fig. 11-7. The structure of Windows 2000 (slightly simplified). The shaded area is the executive. The boxes indicated by D are device drivers. The service processes are system daemons. Device registers Device addresses Interrupts DMA Timers Spin locks BIOS Disk RAM Printer 1. 2. 3. MOV EAX,ABC ADD EAX,BAX BNE LABEL MOV EAX,ABC MOV EAX,ABC ADD EAX,BAX BNE LABEL MOVE AX,ABC ADD EAX,BAX BNE LABEL Hardware abstraction layer Fig. 11-8. Some of the hardware functions the HAL manages. Object header Object data Object-specific data Object name Directory in which the object lives Security information (which can use object) Quota charges (cost to use the object) List of processes with handles Reference counts Pointer to the type object Type name Access types Access rights Quota charges Synchronizable? Pageable Open method Close method Delete method Query name method Parse method Security method Fig. 11-9. The structure of an object. [...]... etc HAL + OS HAL + OS HAL + OS System data System data System data Process A' s private code and data Process B's private code and data Process C's private code and data 4 GB 2 GB 0 Bottom and top 64 KB are invalid Fig 11- 23 Virtual address space layout for three user processes The white areas are private per process The shaded areas are shared among all processes Backing store on disk Process A Stack... Painting and drawing Text Bitmaps and icons Colors and palettes The clipboard Input Description Create, destroy, and manage windows, Create, destroy, and append to menus and menu bars Pop up a dialog box and collect information Display points, lines, and geometric figures Display text in some font, size, and color Placement of bitmaps and icons on the screen Manage the set of colors available Pass information... a region Release or decommit a region Change the read/write/execute protection on a region Inquire about the status of a region Make a region memory resident (i.e., disable paging for it) Make a region pageable in the usual way Create a file mapping object and (optionally) assign it a name Map (part of) a file into the address space Remove a mapped file from the address space Open a previously created... hardware to see what is out there Fig 11- 22 The processes starting up during the boot phase The ones above the line are always started The ones below it are examples of services that could be started Process A Process B Process C Nonpaged pool Paged pool Nonpaged pool Paged pool Nonpaged pool Paged pool A' s page tables B's page tables C's page tables Stacks, data, etc Stacks, data, etc Stacks, data,... them Bad RAM page list Page frame database Page tables State List headers Standby Modified Free Zeroed 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Clean Dirty Clean Active Clean Dirty Active Dirty Free Free Zeroed Active Zeroed Active Zeroed Cnt WS Other PT Next X X 20 4 X X 6 14 Fig 11- 28 Some of the major fields in the page frame database for a valid page API group Window management Menus Dialog boxes Painting... Process B Stack Data Data Paging file Shared library Lib.dll Shared library Program Program Prog1.exe Prog2.exe Fig 11- 24 Mapped regions with their shadow pages on disk The lib.dll file is mapped into two address spaces at the same time Win32 API function VirtualAlloc VirtualFree VirtualProtect VirtualQuery VirtualLock VirtualUnlock CreateFileMapping MapViewOfFile UnmapViewOfFile OpenFileMapping Description... object Each loaded device driver has its own object Fig 11- 10 Some common executive object types managed by object manager Thread type object Handle table for process A Thread 1 Thread 2 Thread 3 Thread 4 Handle table for process B 111 0 1010 1 011 1111 0101 Mutex type object Mutex 1 Mutex 2 Mutex 3 Fig 11- 11 The relationship between handle tables, objects, and type objects Directory Contents ?? Starting... one thread Create a new semapahore Create a new mutex Open an existing semaphore Open an existing mutex Block on a single semaphore, mutex, etc Block on a set of objects whose handles are given Set an event to signaled then to nonsignaled Release a mutex to allow another thread to acquire it Increase the semaphore count by 1 Acquire the lock on a critical section Release the lock on a critical section... V: Valid page table entry Fig 11- 26 A page table entry for a mapped page on the Pentium Zero page needed (8) Page read in (6) Soft page fault (2) Working sets Top ModStandby Free Zeroed ified page page page page Modified list Dealloc(5) list list Zero list page page writer(4) thread (7) Bottom Page evicted from a working set (1) Process exist (3) Fig 11- 27 The various page lists and the transitions... resource management Job Thread Address space Process User stack Process handle table Kernel mode thread stack P T T Access token T T P Fig 11- 16 The relationship between jobs, processes, and threads Several fibers can also be multiplexed on one thread (not shown) Win32 API Function CreateProcess CreateThread CreateFiber ExitProcess ExitThread ExitFiber SetPriorityClass SetThreadPriority CreateSemaphore . daemons. Device registers Device addresses Interrupts DMA Timers Spin locks BIOS Disk RAM Printer 1. 2. 3. MOV EAX,ABC ADD EAX,BAX BNE LABEL MOV EAX,ABC MOV EAX,ABC ADD EAX,BAX BNE LABEL MOVE AX,ABC ADD EAX,BAX BNE LABEL Hardware abstraction layer Fig Win32 API allows programs to run on almost all versions of Windows. Key Description HKEY LOCAL MACHINE Properties of the hardware and software HARDWARE Hardware description and mapping of hardware. drivers SAM Security and account information for users SECURITY System- wide security policies SOFTWARE Generic information about installed application programs SYSTEM Information for booting the system HKEY

Ngày đăng: 28/04/2014, 16:35

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan