TAILIEUCHUNG - Operating Systems Design and Implementation, Third Edition phần 4

một vài hướng dẫn trong khi nó đang cập nhật biến hoặc danh sách. Nếu một ngắt xảy ra trong khi danh sách của các quá trình sẵn sàng, ví dụ, trong một trạng thái không phù hợp, điều kiện chủng tộc có thể xảy ra. Kết luận là: vô hiệu hóa ngắt thường là một kỹ thuật hữu ích trong hệ điều hành riêng của mình nhưng không phải là | 2 Simpo PDF Merge and Split Unregistered Version - http When the driver receives a message to read or write a block it just computes where in the RAM disk memory the requested block lies and reads from it or writes to it instead of from or to a floppy or hard disk. Ultimately the system task is called to carry out the transfer. This is done by phys_copy an assembly language procedure in the kernel that copies to or from the user program at the maximum speed of which the hardware is capable. Figure 3-20. A RAM disk. Main Memory RAM User programs RAM disk Operating system of RAM block 0 A RAM disk driver may support several areas of memory used as RAM disk each distinguished by a different minor device number. Usually these areas are distinct but in some fairly specific situations it may be convenient to have them overlap as we shall see in the next section. Page 273 . Overview of the RAM Disk Driver in MINIX 3 The MINIX 3 RAM disk driver is actually six closely related drivers in one. Each message to it specifies a minor device as follows 0 dev ram 2 dev kmem 4 dev boot 1 dev mem 3 dev null 5 dev zero The first special file listed above dev ram is a true RAM disk. Neither its size nor its origin is built into the driver. They are determined by the file system when MINIX 3 is booted. If the boot parameters specify that the root file system is to be on the RAM disk but the RAM disk size is not specified a RAM disk of the same size as the root file system image device is created. A boot parameter can be used to specify a RAM disk larger than the root file system or if the root is not to be copied to the RAM the specified size may be any 2 Simpo PDF Merge and Split Unregistered Version - http 3 value that fits in memory and leaves enough memory for system operation. Once the size is known a block of memory big enough is found and removed from the memory pool by the process manager during its initialization. This strategy makes it .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.