Added sdump tool, added a coldboot option to build/Makefile, added a few

kernel comments.
This commit is contained in:
Warren Toomey
2016-03-11 16:00:10 +10:00
parent c62890ab56
commit bfeb833141
4 changed files with 28 additions and 17 deletions
+4
View File
@@ -13,6 +13,10 @@ 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
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
image.fs:
$(MKFS) --debug --format simh proto