Advertisement
claukiller

Untitled

May 18th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. veces q se usa cada particion
  2. int times en el operating system typdef struc
  3.  
  4. obtain memory de operating system
  5. añadir partitiontable[partition].times++;
  6.  
  7. en show partition table se ha usado esta particion x veces
  8. ---------------------------------------------
  9. en createdaemosn lo mismo pero cambias el archivo secondDaemon
  10. -------------------------
  11. SYSCALL_PRINT
  12. OperatingSystem_PrinSTATYS();
  13.  
  14. en el h - > systemcallidentifiers syscal_print=10
  15.  
  16. decodefetch
  17. case p
  18. lo mismo que el trap
  19.  
  20.  
  21.  
  22. numero de veces que usas cada par
  23.  
  24.  
  25. di que particiones se usan y cuales no
  26. for recorriendo particiones if times > 0 imprimes se uso
  27. (for int i=0; i<processsmaxtable; i++) partitiontable[i].times > 0 blablavla
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement