1
0
mirror of synced 2026-05-02 22:23:03 +00:00

Inial population of repository.

This commit is contained in:
Andras Tantos
2020-09-09 15:11:45 -07:00
parent 2989973ef5
commit 95b2381d05
1323 changed files with 875486 additions and 15 deletions

33
README Normal file
View File

@@ -0,0 +1,33 @@
Linux build instructions:
==================================
1. Clone repository:
git clone https://github.com/andrastantos/cray-sim.git
3. Install build dependencies:
sudo apt install g++ make libboost-all-dev libncurses-dev libgpm-dev
4. Install run dependencies
sudo apt install xterm telnet
5. Build
cd cray-sim/simulator
make build
6. Build images
cd ../target/cos_117
./build_boot_tape
./build_exp_disk
7. Run simulator
cd ../..
./run
Native Windows build instructions:
===================================
1. Build boost and set up project files accordingly
see simulator\README_boost.txt for details
2. Open solution in Visual Studio and build
Open simulator\all.sln
Hit build all
3. Build images
cd target\cos_117
build_boot_tape
build_exp_disk
4. Run simulator
cd ..\..
run