parameterized pdp7
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@ ASARGS=--format=ptr
|
|||||||
MKFS=../tools/mkfs7
|
MKFS=../tools/mkfs7
|
||||||
A7OUT=../tools/a7out
|
A7OUT=../tools/a7out
|
||||||
FSCK=../tools/fsck7
|
FSCK=../tools/fsck7
|
||||||
|
PDP7=pdp7
|
||||||
|
|
||||||
# source dirs
|
# source dirs
|
||||||
SYSSRC=../src/sys
|
SYSSRC=../src/sys
|
||||||
@@ -22,7 +23,7 @@ all: cmd others a.rim image
|
|||||||
|
|
||||||
# Manually make all before make run
|
# Manually make all before make run
|
||||||
run: clean all
|
run: clean all
|
||||||
pdp7 unixv0.simh
|
$(PDP7) unixv0.simh
|
||||||
|
|
||||||
a.rim:
|
a.rim:
|
||||||
$(AS) -f rim -o a.rim $(SYSSRC)/sop.s $(SYSSRC)/s[1-8].s
|
$(AS) -f rim -o a.rim $(SYSSRC)/sop.s $(SYSSRC)/s[1-8].s
|
||||||
|
|||||||
Reference in New Issue
Block a user