changeset 1220:cc9973fd49f4 os9v030103

Updated ChangeLogs and added prompt.hp
author boisy
date Tue, 01 Jul 2003 03:01:07 +0000
parents 5d025106d1ea
children 9b45a12ea8d0
files level1/ChangeLog level1/sys/makefile level1/sys/prompt.hp level2/coco3/ChangeLog level2/coco3_6309/ChangeLog level2/sys/makefile
diffstat 6 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
--- /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 <message>
+Usage : Prints message and waits for a key
--- 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.
--- 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.
--- 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 \