-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme
43 lines (36 loc) · 1.24 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//////////////////////////////////////////////////////
// OPERATING SYSTEM SIMULATOR //
// Stephen Erdelyi Jr - CS 446 - Phase V //
//////////////////////////////////////////////////////
///////////////////
// Phase V notes:
///////////////////
Updates:
•
///////////////////
// makefile instructions:
///////////////////
typing "make" will:
• compile all .java classes
• run the compiled program with a config file name of "config_1.conf"
typing "make norun" will:
• compile all .java classes
typing "make clean" will:
• remove all .lgf, .class, and .zip files
typing "make export" will:
• create a .zip file of the project without .git, .mdf, .class, .zip, .lgf, or .conf files included
typing "make commands" will:
• display all the makefile commands and their use cases
typing "java OS $CONFNAME" will:
• run the compiled program with a config file name of "$CONFNAME"
///////////////////
// git information:
///////////////////
Git repository is located at:
• https://github.com/stephenerdelyi/os
Using git version:
• 2.13.0
///////////////////
// development information:
///////////////////
Created on macOS using javac and java (see makefile for make details)