1
0
mirror of synced 2026-01-11 23:42:44 +00:00

Added copyright attribution

This commit is contained in:
Andras Tantos 2024-04-25 15:59:51 -07:00
parent 1b1ebb30b8
commit adb4b05940
3 changed files with 16 additions and 0 deletions

View File

@ -64,4 +64,5 @@ exp_disk_create \
-f RELOAD _obj/reload.ds \
-f TEDI _obj/tedi.ds \
-f HELLOA examples/_bin/helloa.bin \
-f HELLOC examples/_bin/helloc.bin \
-o ../../exp_disk.img

View File

@ -0,0 +1,8 @@
In order to use these examples, you need the following projects:
https://github.com/kej715/COS-Tools
https://github.com/kej715/ack
These are the cross-assembler/linker and C compiler for cray-XMP and COS targets.
The projects come with pretty detailed installation instructions.

View File

@ -8,3 +8,10 @@ The following utility modules are also provided:
- CHARS : Subroutines for packing and unpacking character strings
- DMP : Subroutines for dumping memory to the user log
- IUTIL : Subroutines for parsing and formatting integers
# Legal stuff and attribution
This directory is a fork of https://github.com/kej715/COS-Tools/tree/main/cos-interface.
It's copyright is consequently held by Kevin Jordan and carries the same license:
https://github.com/kej715/COS-Tools/blob/main/LICENSE