tac0S
Template Affectional Command Operating System
Classes | Macros
addrspace.h File Reference

Data structures to keep track of executing user programs. More...

#include "copyright.h"
#include "filesys.h"

Go to the source code of this file.

Classes

class  AddrSpace
 

Macros

#define UserStackSize   1024
 

Detailed Description

Data structures to keep track of executing user programs.

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo
 Data structures to keep track of executing user programs
 (address spaces).

 For now, we don't keep any information about address spaces.
 The user level CPU state is saved and restored in the thread
 executing the user program (see thread.h).

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.