Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/modules/kernel/makefile @ 2829:ed9a4cb85fb3 lwtools-port
Fixed makefiles and defsfile for level 3
Added fdebug.asm in krnp2 with reboot functionality
author | boisy |
---|---|
date | Sun, 02 Jun 2013 15:30:19 -0500 |
parents | ead54d2c06d4 |
children | 28ed72477814 |
line wrap: on
line diff
--- a/level2/coco3/modules/kernel/makefile Sun May 26 15:39:03 2013 -0500 +++ b/level2/coco3/modules/kernel/makefile Sun Jun 02 15:30:19 2013 -0500 @@ -12,7 +12,7 @@ SYSCALLS = fallimg.asm fallram.asm falltsk.asm faproc.asm fcmpnam.asm \ fcpymem.asm fdatlog.asm fdelram.asm ffmodul.asm ffreehb.asm \ fld.asm fldabx.asm flink.asm fmove.asm fnproc.asm fprsnam.asm \ - freboot.asm fssvc.asm fvmodul.asm \ + fdebug.asm fssvc.asm fvmodul.asm \ fallbit.asm fallprc.asm fchain.asm fclrblk.asm fcrcmod.asm \ fdelimg.asm fexit.asm ffind64.asm ffork.asm fgblkmp.asm \ fgcmdir.asm fgmoddr.asm fgprdsc.asm fgprocp.asm ficpt.asm \