(Comprobando acceso a los segmentos de memoria)
[farroyo@os test]$ ../userprog/nachos -x create
***** Iniciando Programa de Prueba #2 ***** 
Escriba el nombre del archivo a leerhalt.c
Abriendo archivoLeyendo del archivo/* halt.c
 *	Simple program to test whet
Cerrando archivoSegundo programaTerminando ProgramaRead Only exception (3)
Assertion failed: line 832, file "../userprog/exception.cc"
Aborted (core dumped)

****************************************************************************

(Sin comprobar los segmentos de memoria)
[farroyo@os test]$ ../userprog/nachos -x create
***** Iniciando Programa de Prueba #2 ***** 
Escriba el nombre del archivo a leerhalt.c 
Abriendo archivoLeyendo del archivo/* halt.c
 *	Simple program to test whet
Cerrando archivoSegundo programaTerminando Programaprueba
No threads ready or runnable, and no pending interrupts.
Assuming the program completed.
Machine halting!

Ticks: total 2243, idle 0, system 2000, user 243
Disk I/O: reads 2, writes 1
Console I/O: reads 1, writes 10
Paging: faults 0
Network I/O: packets received 0, sent 0

Cleaning up...