changeset 308:1d99e2771841

Renamed compatibility byte to feature byte in init
author boisy
date Tue, 23 Jul 2002 13:49:56 +0000
parents 1580bbd1e2fc
children a17a5e753f14
files level1/modules/init.asm level1/modules/kernel.asm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/init.asm	Tue Jul 23 02:24:00 2002 +0000
+++ b/level1/modules/init.asm	Tue Jul 23 13:49:56 2002 +0000
@@ -35,7 +35,7 @@
          fcb   OS9Vrsn    OS version
          fcb   OS9Major   OS major revision
          fcb   OS9Minor   OS minor revision
-         fcb   CRCOn      compatibility flag #1
+         fcb   CRCOn      feature byte #1
 * CCIO section
          fcb   $00        unused
          fcb   $1E        key repeat start constant
--- a/level1/modules/kernel.asm	Tue Jul 23 02:24:00 2002 +0000
+++ b/level1/modules/kernel.asm	Tue Jul 23 13:49:56 2002 +0000
@@ -222,7 +222,7 @@
          os9   F$Link
          lbcs  OS9Cold
          stu   <D.Init
-         lda   Compat1,u		get compatibility byte
+         lda   Feature1,u		get feature byte 1
          bita  #CRCOn			CRC on?
          beq   GetMem			branch if not (already cleared earlier)
          inc   <D.CRC			else turn on CRC checking