I've commited a change to as7 to use the C pre-processor. Not sure if it's

to everybody's taste.
This commit is contained in:
Warren Toomey
2016-03-13 21:08:43 +10:00
parent a3e3a263ef
commit 8b421eb27b
3 changed files with 60 additions and 42 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
# Build the kernel, the filesystem and run SimH
# Put any defines for as7 here
#DEFINES=
AS=../tools/as7
AS=../tools/as7 $(DEFINES)
MKFS=../tools/mkfs7
SYS=../src/sys
@@ -18,7 +20,7 @@ coldboot:
$(AS) -f list -o a.lst $(SYS)/sop.s $(SYS)/s[1-9].s
image.fs:
$(MKFS) --debug --format simh proto
$(MKFS) --format simh proto
clean:
rm -f a.rim image.fs a.lst