in Operating System retagged by
226 views
0 votes
0 votes
Does PCB stores size of page table?
in Operating System retagged by
by
226 views

1 Answer

4 votes
4 votes

No. PCB does not contain the size of page table.

Every Process have its own Process Control Block(PCB). PCB contains all the necessary information

about process. Once the execution of process is completed, then its PCB will be deleted.

Some common attributes that are in PCB :

  1. Process ID
     
  2. Process Number
     
  3. Process State
     
  4. Program Counter
     
  5. Allocated Registers
     
  6. List of Files
     
  7. Memory Limits
     
  8. Priority 
edited by

Related questions