diff ChangeLog @ 2732:43300b4f840a

Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be. Offending code changed and tested. Files updated in this update are ChangeLog and level1/modules/kernel/krn.asm
author drencor-xeen
date Thu, 06 Dec 2012 11:22:23 -0600
parents baa835d68db2
children d25fd78e727a
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 05 03:14:21 2012 -0600
+++ b/ChangeLog	Thu Dec 06 11:22:23 2012 -0600
@@ -1,6 +1,19 @@
 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