Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CSC-322 Project File System (FS), Part 2 Points: 100 Part 2 In this part you have to design structures which you will use in the
CSC-322 Project File System (FS), Part 2 Points: 100 Part 2 In this part you have to design structures which you will use in the third part of the project. In particular, you should do following: 1. Memory Structure(s) used by your File System to manage open files 2. Structure(s) on the pseudo-physical memory, which will be used by your File System to store files (note that access to the pseudo-physical memory may be performed only with the functions implemented in the first part of the project) For every structure you define, specify following (e.g., in table form for every structure Which fields it has (Name and Meaning) Size of the fields Reasons why you have chosen these fields (e.g., how they will be used and why) In order to simplify your task, you have no limitation on RAM memory your File System can use. CSC-322 Project File System (FS), Part 2 Points: 100 Part 2 In this part you have to design structures which you will use in the third part of the project. In particular, you should do following: 1. Memory Structure(s) used by your File System to manage open files 2. Structure(s) on the pseudo-physical memory, which will be used by your File System to store files (note that access to the pseudo-physical memory may be performed only with the functions implemented in the first part of the project) For every structure you define, specify following (e.g., in table form for every structure Which fields it has (Name and Meaning) Size of the fields Reasons why you have chosen these fields (e.g., how they will be used and why) In order to simplify your task, you have no limitation on RAM memory your File System can use
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started