critical section problem in operating system nptel

The Duality of Memory and Communication in the Implementation of a Multiprocessor Operating System

The Duality of Memory and Communication in the Implementation of a Multiprocessor Operating System

Ngày tải lên : 12/09/2012, 15:05
... University Pittsburgh, PA 15213 Appeared in Proceedings of the 11th Operating Systems Principles, November, 1987 Abstract Mach is a multiprocessor operating system being implemented at Carnegie-Mellon ... shadowing, the data is instead copied from the original. 1 1. Introduction In late 1984, we began implementation of an operating system called Mach. Our goals for Mach were: ã an object oriented interface ... Principles of Distributed Computing. 1986. [15] Rashid, R.F. and Robertson, G. Accent: A Communication Oriented Network Operating System Kernel. In Proceedings of the 8th Symposium on Operating...
  • 23
  • 1.3K
  • 1
The research of using epad technology to support activities in administrative system

The research of using epad technology to support activities in administrative system

Ngày tải lên : 23/11/2012, 15:04
... Delete user R.4. New incoming document processing package R.4.1. Register into “incoming book” R.4.2. Store into database R.4.3. View new incoming documents R.4.4. Decide destination R.4.4.1. Public R.4.4.2. ... description Insert document’s information into “incoming book” form and store into database - References R.4.1 - Process description Action Response 1. Click on “incoming book” button 2. Show information ... Uc11. View new incoming document Uc12. Decide destination 37 - Use case name View new incoming document - Actor Employee, manager, administration department - Purpose View new incoming document -...
  • 102
  • 596
  • 0
Tổng quan về Operating System

Tổng quan về Operating System

Ngày tải lên : 18/03/2013, 16:48
... điều hành sau này. 1.23 Một số khái niệm của hệ điều hành(tt)  Sự phân lớp hệ thống (System Layering) – Mỗi người sử dụng khác nhau yêu cầu khai thác hệ điều hành ở những mức độ khác nhau:  ... nhau, với MS_DOS đó là con trỏ lệnh và dấu nhắc hệ điều hành (C:\>_), với Windows 9x đó là nút Start\Run. Tập tin Command.Com chính là Shell của MS_DOS. 1.47 Các thành phần của hệ điều hành ... vụ sau: – Quản lý không gian trống trên đĩa. – Định vị lưu trữ thông tin trên đĩa. – Lập lịch cho vấn đề ghi/ đọc thông tin trên đĩa của đầu từ. 1.42 Các thành phần của hệ điều hành (tt)  Thành...
  • 62
  • 499
  • 3
Vietnamese Speech Recognition and Synthesis in Embedded System Using T-Engine

Vietnamese Speech Recognition and Synthesis in Embedded System Using T-Engine

Ngày tải lên : 12/04/2013, 16:05
... short introduction of T-Engine is given, while a method proposed for speech recognition in T-Engine is provided in Section 3, following is Vietnamese speech synthesis method in Section 4. In ... quality of speech engines. Finally, we demonstrate a human-computer interaction software in T-Engine embedded system. I. INTRODUCTION In this paper, we are concerned with the combination of speech ... of system resource (memory, CPU, storage ) in implementation is a considerable problem, especially for an embedded system as T-Engine in our case. The paper is organized as follows. In Section...
  • 5
  • 1.1K
  • 6
Operating system

Operating system

Ngày tải lên : 03/08/2013, 01:26
... Warm up A. Look at the diagram What is the function of the operating system? The function of operating system is to control a computer, manage the function of the computer, and ... Divide some common nouns in computing into countable and uncountable nouns Language work 2. Robotics 4. Program 5. Hacker 9. Workstation 1. Window 3. Hardware 6. Hacking 8. Software Countable ... Complete this text with a, an, the (or nothing at all) as neccessary Language work 1. a 2. the 3. the 4. nothing 6. nothing 7. the 8. an 9. nothing 5. nothing 10. an Language work Countable and...
  • 7
  • 419
  • 0
Programming the Be Operating System-Chapter 9: Messages and Threads

Programming the Be Operating System-Chapter 9: Messages and Threads

Ngày tải lên : 17/10/2013, 19:15
... subsequent window is to be staggered from the pre- viously opened window: #define WINDOW_WIDTH 200.0 #define WINDOW_HEIGHT 100.0 #define WINDOW_1_LEFT 20.0 #define WINDOW_1_TOP 30.0 #define WINDOW_H_OFFSET ... SortItems(int (*cmp)(const void *, const void *)); bool SwapItems(int32 indexA, int32 indexB); bool MoveItem(int32 fromIndex, int32 toIndex); void *ItemAt(int32) const; void *ItemAtFast(int32) ... number of constants in opening each window. WINDOW_ WIDTH and WINDOW_HEIGHT define the size of each window. WINDOW_1_LEFT and WINDOW_1_TOP establish the screen position of the first window. The two...
  • 37
  • 541
  • 0
PHẦN 2: HỆ ĐIỀU HÀNH (OPERATING SYSTEM)

PHẦN 2: HỆ ĐIỀU HÀNH (OPERATING SYSTEM)

Ngày tải lên : 19/10/2013, 18:15
... Byte. Dò tìm tên tập tin trong các phần này. Nếu tìm thấy tên tập tin → 4. Nếu không tìm thấy, thông báo lỗi và kết thúc. 4. Dò tìm chuỗi FAT của tập tin. 5. Sử dụng Int 13h đọc các khối ... Quản lý bộ nhớ (Main Memory). 3. Quản lý hệ thống tập tin (File System) . 4. Quản lý nhập xuất (I/O). 5. Quản lý thiết bị lưu trữ (Secondary-storage). 6. Quản lý mạng (Networking). 7. Hệ thống ... vệ (Protection System) . 8. Hệ thông dịch lệnh (Commander-Intpreter System) 3 Câu hỏi Tóm tắt các dịch vụ của hệ điều hành ? 1 điểm Đáp án 1. Giao tiếp với người sử dụng (User Interface – UI)....
  • 27
  • 848
  • 17
Programming the Be Operating System-Chapter 10: Files

Programming the Be Operating System-Chapter 10: Files

Ngày tải lên : 20/10/2013, 10:15
... *fSavePanel; }; Which is the better way to include views in a window—by defining an all-encompassing view to nest the other views in, or by simply relying on the window’s top view? It’s partially a matter ... avoid writing redundant code, the MyHelloWindow class now defines a new routine that holds this common code. Each constructor invokes this new InitializeWindow() routine. The file- opening version ... Using Standard Open and Save Panels 361 Using Standard Open and Save Panels An operating system with a graphical user interface typically provides standard- ized means for opening and saving...
  • 18
  • 405
  • 1
Operating System Structures Cấu trúc Hệ điều hành

Operating System Structures Cấu trúc Hệ điều hành

Ngày tải lên : 28/10/2013, 09:15
... phân tầng là gì? 2.9 List five services provided by an operating system. Explain how each provides convenience to the users. Explain also in which cases it would be impossible for user-level ... some systems store the operating system in firmware, and others on disk? Tại sao một số hệ thống lưu trữ hệ điều hành trên firmware, còn một số khác thì lưu trên đĩa? 2.13 How could a system ... người dùng. 2.10 What is the purpose of system calls? Mục đích của system call là gì? 2.11 What are the main advantages of the microkernel approach to system design? Lợi ích chính của phương...
  • 2
  • 913
  • 4
Tài liệu Microsoft® Windows® 2000 Network and Operating System Essentials ppt

Tài liệu Microsoft® Windows® 2000 Network and Operating System Essentials ppt

Ngày tải lên : 09/12/2013, 17:15
... operating system software is integrated into a number of popular operating systems, including Microsoft Windows 2000, Windows NT, Windows 98, Windows 95, and Apple Macintosh. Information in ... network operating system. Just as a computer cannot operate without an operating system, a network of computers cannot operate without a network operating system. Every network operating system ... Depending upon the network operating system s manufacturer, a desktop computer’s networking software can be added either to the computer’s own operating system or be integrated with it. Network operating...
  • 360
  • 461
  • 0