edited by
2,033 views
1 votes
1 votes

The Unix Kernel maintains two key data structures related to processes, the process table and the user structure. Which of following information is not the part of user structure?

  1. File descriptor table
  2. System call state
  3. Scheduling parameters
  4. Kernel stack
edited by

1 Answer

Answer:

Related questions

3 votes
3 votes
2 answers
2
go_editor asked Jul 30, 2016
11,768 views
A LRU page replacement is used with $4$ page frames and eight pages. How many page faults will occur with the reference string $0172327103$ if the four frames are initial...