tac0S
Template Affectional Command Operating System
|
Test routines for demonstrating that Nachos can load a user program and execute it. More...
#include "copyright.h"
#include "system.h"
#include "console.h"
#include "addrspace.h"
#include "synch.h"
#include "synchconsole.h"
Functions | |
void | StartProcess (char *filename) |
void | ConsoleTest (char *in, char *out) |
void | SynchConsoleTest (char *readFile, char *writeFile) |
Test routines for demonstrating that Nachos can load a user program and execute it.