Ignored \0 in VT_Write, Added out of memory message
[tpg/acess2.git] / Kernel / arch / x86 / mm_phys.c
index e81c99e..de30a93 100644 (file)
@@ -100,6 +100,7 @@ tPAddr MM_AllocPhys()
        for(a=0;gaSuperBitmap[a]==-1&&a<num;a++);
        if(a == num) {
                RELEASE( &giPhysAlloc );
+               Warning("MM_AllocPhys - OUT OF MEMORY\n");
                return 0;
        }
        for(b=0;gaSuperBitmap[a]&(1<<b);b++);

UCC git Repository :: git.ucc.asn.au