/* malicious.c * *-This test file is going to try and crash the nachos kernel * */ int main() { SpaceId id; int exitStatus; OpenFileId input = ConsoleInput; OpenFileId output = ConsoleOutput; id=Exec("New_Process"); exitStatus = Join(id+1); while }