Mercurial > hg > Members > kono > nitros9-code
changeset 764:9eff1f89da99
Added disk name
author | boisy |
---|---|
date | Fri, 10 Jan 2003 19:01:37 +0000 |
parents | 0f86bfb2a40c |
children | 59ea9fd2d3e0 |
files | 3rdparty/packages/koronis/makefile 3rdparty/packages/rof/makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/koronis/makefile Fri Jan 10 18:54:38 2003 +0000 +++ b/3rdparty/packages/koronis/makefile Fri Jan 10 19:01:37 2003 +0000 @@ -33,7 +33,7 @@ dsk: all $(RM) $(DISK) $(CD) $(LEVEL2); make - $(OS9FORMAT) $(DISK) + $(OS9FORMAT) $(DISK) -n"Koronis Rift" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 $(OS9GEN) $(DISK) os9boot kernel_1773
--- a/3rdparty/packages/rof/makefile Fri Jan 10 18:54:38 2003 +0000 +++ b/3rdparty/packages/rof/makefile Fri Jan 10 19:01:37 2003 +0000 @@ -29,7 +29,7 @@ dsk: all $(RM) $(DISK) $(CD) $(LEVEL2); make - $(OS9FORMAT) $(DISK) + $(OS9FORMAT) $(DISK) -n"Rescue on Fractalus" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 $(OS9GEN) $(DISK) os9boot kernel_1773