Mercurial > hg > Members > kono > nitros9-code
changeset 750:1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
author | boisy |
---|---|
date | Wed, 08 Jan 2003 05:56:16 +0000 |
parents | ec1909ff0764 |
children | 6ec99f9702bc |
files | 3rdparty/packages/rof/makefile |
diffstat | 1 files changed, 15 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/rof/makefile Wed Jan 08 05:09:53 2003 +0000 +++ b/3rdparty/packages/rof/makefile Wed Jan 08 05:56:16 2003 +0000 @@ -4,6 +4,16 @@ DISK = rof.dsk CMDS = rescue +MD = $(LEVEL2)/MODULES + +# We make our own bootfile and kernel track +KERNEL = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 +OS9BOOT = $(MD)/os9p2 $(MD)/init $(MD)/ioman $(MD)/cc3disk.dr $(MD)/rbf.mn \ + $(MD)/ddd0_40d.dd $(MD)/d0_40d.dd \ + $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/vdgint.io $(MD)/keydrv \ + $(MD)/joydrv_joy $(MD)/snddrv $(MD)/term_vdg.dt \ + $(MD)/clock_soft $(MD)/cc3go + SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores ALLOBJS = $(CMDS) @@ -16,12 +26,13 @@ dsk: all $(RM) $(DISK) - $(CD) $(LEVEL2)/BOOTFILES; make + $(CD) $(LEVEL2); make $(OS9FORMAT) $(DISK) - $(OS9GEN) $(DISK) $(LEVEL2)/BOOTFILES/bootfile_vdg $(LEVEL2)/BOOTFILES/kernel_stock + $(MERGE) $(OS9BOOT)>os9boot + $(MERGE) $(KERNEL)>kernel_1773 + $(OS9GEN) $(DISK) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS - $(CP) $(CMDS) $(DISK),CMDS - $(OS9RENAME) $(DISK),CMDS/rescue AutoEx + $(CP) rescue $(DISK),CMDS/AutoEx $(CP) $(SUPPORTFILES) $(DISK),. dskclean: