Mercurial > hg > Members > kono > nitros9-code
changeset 2186:f2f1920e10e8
Updates
author | boisy |
---|---|
date | Tue, 10 Mar 2009 02:25:09 +0000 |
parents | c0bb67e4bd97 |
children | dc01b8d40ee0 |
files | level1/coco/cmds/makefile level1/coco/modules/makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/coco/cmds/makefile Mon Mar 09 01:03:07 2009 +0000 +++ b/level1/coco/cmds/makefile Tue Mar 10 02:25:09 2009 +0000 @@ -8,7 +8,7 @@ AFLAGS += -i=$(NITROS9DIR)/3rdparty/packages/basic09 BASIC09FILES = basic09.asm runb.asm gfx.asm inkey.asm syscall.asm -CMDS = asm attr backup binex build cmp cobbler copy cputype \ +CMDS = asm attr backup binex build calldbg cmp cobbler copy cputype \ date dcheck debug ded deiniz del deldir devs dir dirsort disasm \ display dmode dsave dump echo edit error exbin format \ free grfdrv help ident iniz irqs link list load login makdir \
--- a/level1/coco/modules/makefile Mon Mar 09 01:03:07 2009 +0000 +++ b/level1/coco/modules/makefile Tue Mar 10 02:25:09 2009 +0000 @@ -22,7 +22,7 @@ BOOTERS = boot_1773_6ms boot_1773_30ms \ boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_coco1 BOOTTRACK = rel $(BOOTERS) -KERNEL = krn krnp2 +KERNEL = krn krnp2 wbug SYSMODS = ioman init sysgo_dd sysgo_h0 CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \