1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 10:20:38 +00:00

Get the build Makefile to output a kernel symbol table.

This commit is contained in:
Warren Toomey
2016-03-14 16:51:25 +10:00
parent 7b5cd4a135
commit 77c30047e9

View File

@@ -13,14 +13,14 @@ run: a.rim image.fs
a.rim:
$(AS) -f rim -o a.rim $(SYS)/sop.s $(SYS)/s[1-8].s
$(AS) -f list -o a.lst $(SYS)/sop.s $(SYS)/s[1-8].s
$(AS) -n -f list -o a.lst $(SYS)/sop.s $(SYS)/s[1-8].s
coldboot:
$(AS) -f rim -o a.rim $(SYS)/sop.s $(SYS)/s[1-9].s
$(AS) -f list -o a.lst $(SYS)/sop.s $(SYS)/s[1-9].s
$(AS) -n -f list -o a.lst $(SYS)/sop.s $(SYS)/s[1-9].s
image.fs:
$(MKFS) --format simh proto
clean:
rm -f a.rim image.fs a.lst
rm -f a.rim image.fs a.lst n.out