# HG changeset patch # User boisy # Date 1057028467 0 # Node ID cc9973fd49f4d2c3c417f62dd8af47f746d6fd68 # Parent 5d025106d1eadfb0175b01abb1051fd5b9eeb749 Updated ChangeLogs and added prompt.hp diff -r 5d025106d1ea -r cc9973fd49f4 level1/ChangeLog --- a/level1/ChangeLog Tue Jul 01 02:55:21 2003 +0000 +++ b/level1/ChangeLog Tue Jul 01 03:01:07 2003 +0000 @@ -1,5 +1,6 @@ OS-9 Level One V03.01.03: -- A pause command has been added to the standard command set. +- The asm program now supports 6309 bitfield instructions. +- The prompt command has been added to the standard command set. - os9gen now supports the -t= option which allows one to specify an alternate boot track file. - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS. diff -r 5d025106d1ea -r cc9973fd49f4 level1/sys/makefile --- a/level1/sys/makefile Tue Jul 01 02:55:21 2003 +0000 +++ b/level1/sys/makefile Tue Jul 01 03:01:07 2003 +0000 @@ -13,7 +13,7 @@ help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ - park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ + park.hp procs.hp prompt.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp HELPMSG = helpmsg diff -r 5d025106d1ea -r cc9973fd49f4 level1/sys/prompt.hp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/prompt.hp Tue Jul 01 03:01:07 2003 +0000 @@ -0,0 +1,3 @@ +@PROMPT +Syntax: Prompt +Usage : Prints message and waits for a key diff -r 5d025106d1ea -r cc9973fd49f4 level2/coco3/ChangeLog --- a/level2/coco3/ChangeLog Tue Jul 01 02:55:21 2003 +0000 +++ b/level2/coco3/ChangeLog Tue Jul 01 03:01:07 2003 +0000 @@ -1,5 +1,6 @@ OS-9 Level Two V03.01.03: -- A pause command has been added to the standard command set. +- The asm program now supports 6309 bitfield instructions. +- The prompt command has been added to the standard command set. - os9gen now supports the -t= option which allows one to specify an alternate boot track file. - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS. diff -r 5d025106d1ea -r cc9973fd49f4 level2/coco3_6309/ChangeLog --- a/level2/coco3_6309/ChangeLog Tue Jul 01 02:55:21 2003 +0000 +++ b/level2/coco3_6309/ChangeLog Tue Jul 01 03:01:07 2003 +0000 @@ -1,5 +1,6 @@ OS-9 Level Two V03.01.03: -- A pause command has been added to the standard command set. +- The asm program now supports 6309 bitfield instructions. +- The prompt command has been added to the standard command set. - os9gen now supports the -t= option which allows one to specify an alternate boot track file. - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS. diff -r 5d025106d1ea -r cc9973fd49f4 level2/sys/makefile --- a/level2/sys/makefile Tue Jul 01 02:55:21 2003 +0000 +++ b/level2/sys/makefile Tue Jul 01 03:01:07 2003 +0000 @@ -23,7 +23,7 @@ link.hp list.hp load.hp login.hp \ makdir.hp mdir.hp merge.hp mfree.hp mmap.hp modpatch.hp montype.hp \ os9gen.hp \ - park.hp pmap.hp proc.hp procs.hp pwd.hp pxd.hp \ + park.hp pmap.hp proc.hp procs.hp prompt.hp pwd.hp pxd.hp \ reboot.hp rename.hp runb.hp \ save.hp setime.hp setpr.hp shell.hp sleep.hp smap.hp \ tee.hp tmode.hp touch.hp tsmon.hp tuneport.hp \