changeset 2735:05b7feef845a

Merged Changeset related to krn.asm
author drencor-xeen
date Mon, 10 Dec 2012 14:51:56 -0600
parents 1ad5f8473788 (current diff) 43300b4f840a (diff)
children 17cf591458c4
files level1/coco/modules/makefile level1/modules/kernel/krn.asm rules.mak
diffstat 4 files changed, 29 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/makefile	Mon Dec 10 13:42:45 2012 -0600
+++ b/3rdparty/makefile	Mon Dec 10 14:51:56 2012 -0600
@@ -1,4 +1,4 @@
-include ../rules.mak
+include $(NITROS9DIR)/rules.mak
 
 dirs	= booters drivers fmgrs p2mods subrtns utils packages
 
--- a/ChangeLog	Mon Dec 10 13:42:45 2012 -0600
+++ b/ChangeLog	Mon Dec 10 14:51:56 2012 -0600
@@ -1,6 +1,32 @@
 NitrOS-9 V3.2.9:
 
 ----------------------------------------------------------
+2012/12/05 Robert Gualt
+List of files changed
+M ChangeLog
+M level1/modules/kernel/krn.asm
+
+Changed the GetMem rountine for Level1 krn. The routine compared
+MaxMem against D.MLIM. This seemed to result in unwarranted loss
+of memory and prevented at least one game, Interbank Incident, from running.
+The comparison was removed resulting in an increase of available
+memory. No problems have been noted.
+
+
+----------------------------------------------------------
+2012/12/05 David Ladd
+List of files changed since hg clone on 2012/12/05
+M ChangeLog
+M level1/coco/modules/makefile
+M rules.mak
+
+Changes that were made were to supress listing sources to standard
+out while compiling project.  This change was option "-l" in the rules.mak .
+
+Change made to level1/coco/modules/makefile was to include adding
+dw3_becker.sb and boot_dw3_becker to the level1 build for the CoCo.
+
+----------------------------------------------------------
 2012/11/09 Gene Heskett
 Boisy;
 List of files changed since hg clone on 2012/11/03
--- a/level1/modules/kernel/krn.asm	Mon Dec 10 13:42:45 2012 -0600
+++ b/level1/modules/kernel/krn.asm	Mon Dec 10 14:51:56 2012 -0600
@@ -271,7 +271,7 @@
 * In the CoCo, memory $0000-$04FF is used by the system
          ldb   #%11111000
          stb   ,x
-         	ENDC
+		ENDC
          clra
          ldb   <D.MLIM
          negb
--- a/makefile	Mon Dec 10 13:42:45 2012 -0600
+++ b/makefile	Mon Dec 10 14:51:56 2012 -0600
@@ -1,4 +1,4 @@
-include rules.mak
+include /rules.mak
 
 dirs	=  lib $(LEVEL1) $(LEVEL2) $(LEVEL3) $(3RDPARTY)