changeset 1236:8508d75c91e0

Ported OS9P1 and OS9P2 to OS-9 Level Two
author boisy
date Fri, 01 Aug 2003 03:17:40 +0000
parents 351c6d4fe65c
children 767df8dd8f3d
files level2/modules/kernel/fsrqmem.asm level2/modules/kernel/krn.asm
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/kernel/fsrqmem.asm	Wed Jul 30 13:26:32 2003 +0000
+++ b/level2/modules/kernel/fsrqmem.asm	Fri Aug 01 03:17:40 2003 +0000
@@ -227,12 +227,14 @@
          jsr   <D.BtBug
 
 * added for IOMan system memory extentions
+         IFNE  H6309
          ldd   M$Name,x   grab the name offset
          ldd   d,x        find the first 2 bytes of the first module
          cmpd  #$4E69     'Ni' ? (NitrOS9 module?)
          bne   not.ext    no, not system memory extensions
          ldd   M$Exec,x   grab the execution ptr
          jmp   d,x        and go execute the system memory extension module
+         ENDC
 
 not.ext  ldd   <D.BtSz
          bsr   I.VBlock   internal verify block routine
--- a/level2/modules/kernel/krn.asm	Wed Jul 30 13:26:32 2003 +0000
+++ b/level2/modules/kernel/krn.asm	Fri Aug 01 03:17:40 2003 +0000
@@ -33,6 +33,7 @@
          fcc   /0123456789ABCDEF/
          fcc   /01234567/
          ELSE
+         fcc   /012345/
          ENDC
 
 * Might as well have this here as just past the end of OS9p1...