tac0S
Template Affectional Command Operating System
addrspace.cc File Reference

Routines to manage address spaces (executing user programs) More...

#include "copyright.h"
#include "system.h"
#include "addrspace.h"
#include "noff.h"
#include <strings.h>

Detailed Description

Routines to manage address spaces (executing user programs)

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo addrspace.cc In order to run a user program, you must:
  1. link with the -N -T 0 option
  2. run coff2noff to convert the object file to Nachos format (Nachos object code format is essentially just a simpler version of the UNIX executable object code format)
  3. load the NOFF file into the Nachos file system (if you haven't implemented the file system yet, you don't need to do this last step)

Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.