Universidad de Costa RicaEscuela de Ciencias de la Computación e InformáticaProyecto programado de NachOS para programas de usuario |
|
| ci0122 / Proyectos / Proyecto 3 / |
...
#ifdef VM
pageTable[ i ].valid = false; // Invalid while starting a process
#else
pageTable[ i ].valid = true; // We are loading a process completely to memoria
#endif
$ ./nachos -x ../test/shell
--../test/sort
--../test/halt
Machine halting!
Ticks: total 18858910, idle 0, system 51360, user 18807550
Disk I/O: reads 2467, writes 2474
Console I/O: reads 26, writes 2
Paging: faults 2528 pages not in memory, 1458137 "PageFaultException"
Network I/O: packets received 0, sent 0
$ ./nachos -x ../test/sort No threads ready or runnable, and no pending interrupts. Assuming the program completed. Machine halting! Ticks: total 51927107, idle 0, system 32931900, user 18995207 Disk I/O: reads 860120, writes 860153 Console I/O: reads 0, writes 0 Paging: faults 1646593 pages not in memory, 1646593 PageFaultExceptions Network I/O: packets received 0, sent 0 Cleaning up...