Changeset 330

User picture

Author: darthmarth37

(2009/11/18 15:17) Over 2 years ago

* Add paged to readme

Affected files

Updated project2r2/trunk/readme.txt Download diff

329330
1
CSCI 5103
1
CSCI 5103
2
Project 1
2
Project 1
3
Garrett Holmstrom (holms050, 3402253), Jeremy Miller (mill3522, 3400041)
3
Garrett Holmstrom (holms050, 3402253), Jeremy Miller (mill3522, 3400041)
4
tested on lamp.itlabs.umn.edu
4
tested on Mac OS X
5
5
6
DESCRIPTION
6
DESCRIPTION
7
7
8
Provided is a version of the hardware and memory manager simulator.
8
Provided is a version of the hardware and memory manager simulator as well as a
9
paging daemon that attaches to it to free pages.
9
10
10
BUILDING
11
BUILDING
11
12
12
The Makefile provided with the code builds the executable.  Simply untar the
13
The Makefile provided with the code builds the executables.  Simply untar the
13
source and run ``make'' inside the source directory to obtain "5103proj" (the
14
source and run ``make'' inside the source directory to obtain "5103proj" (the
14
main executable).
15
main executable) and "paged" (the paging daemon).
15
16
16
INVOCATION
17
INVOCATION
17
18