Assignment is building
This commit is contained in:
parent
e43bf362d4
commit
29e6cbb041
8
Assignment7/.idea/.gitignore
vendored
Normal file
8
Assignment7/.idea/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
18
Assignment7/.idea/misc.xml
Normal file
18
Assignment7/.idea/misc.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
|
<component name="MakefileSettings">
|
||||||
|
<option name="linkedExternalProjectsSettings">
|
||||||
|
<MakefileProjectSettings>
|
||||||
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="modules">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
<option name="version" value="2" />
|
||||||
|
</MakefileProjectSettings>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
<component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
|
||||||
|
</project>
|
8
Assignment7/.idea/runConfigurations/all.xml
Normal file
8
Assignment7/.idea/runConfigurations/all.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="all" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile">
|
||||||
|
<makefile filename="C:\Users\Isaac\Documents\CS3413\Assignment7\makefile" target="all" workingDirectory="" arguments="">
|
||||||
|
<envs />
|
||||||
|
</makefile>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
8
Assignment7/.idea/runConfigurations/test.xml
Normal file
8
Assignment7/.idea/runConfigurations/test.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="test" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile">
|
||||||
|
<makefile filename="C:\Users\Isaac\Documents\CS3413\Assignment7\makefile" target="test" workingDirectory="" arguments="">
|
||||||
|
<envs />
|
||||||
|
</makefile>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
6
Assignment7/.idea/vcs.xml
Normal file
6
Assignment7/.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
BIN
Assignment7/a.out
Normal file
BIN
Assignment7/a.out
Normal file
Binary file not shown.
@ -38,3 +38,5 @@ all:
|
|||||||
9:
|
9:
|
||||||
./a.out 3 < ./in/fromText.in > ./student_out/fromText.out
|
./a.out 3 < ./in/fromText.in > ./student_out/fromText.out
|
||||||
diff ./student_out/fromText.out ./out/fromText.out
|
diff ./student_out/fromText.out ./out/fromText.out
|
||||||
|
|
||||||
|
test: all 1 2 3 4 5 6 7 8 9
|
||||||
|
7
Assignment7/student_out/sample_output.out
Normal file
7
Assignment7/student_out/sample_output.out
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Logical addresses -> Physical addresses:
|
||||||
|
|
||||||
|
Stats:
|
||||||
|
major page faults = 0
|
||||||
|
page hits = 0
|
||||||
|
pages swapped out = 0
|
||||||
|
Effective Access Time = 0.000
|
Loading…
Reference in New Issue
Block a user