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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user