diff --git a/programs/cmm/math/math.c b/programs/cmm/examples/math.c similarity index 100% rename from programs/cmm/math/math.c rename to programs/cmm/examples/math.c diff --git a/programs/cmm/ARM/compile.bat b/programs/cmm/experimental/ARM/compile.bat similarity index 100% rename from programs/cmm/ARM/compile.bat rename to programs/cmm/experimental/ARM/compile.bat diff --git a/programs/cmm/ARM/emul.c b/programs/cmm/experimental/ARM/emul.c similarity index 100% rename from programs/cmm/ARM/emul.c rename to programs/cmm/experimental/ARM/emul.c diff --git a/programs/cmm/KERNEL/build.bat b/programs/cmm/experimental/KERNEL/build.bat similarity index 100% rename from programs/cmm/KERNEL/build.bat rename to programs/cmm/experimental/KERNEL/build.bat diff --git a/programs/cmm/KERNEL/kernel.c b/programs/cmm/experimental/KERNEL/kernel.c similarity index 100% rename from programs/cmm/KERNEL/kernel.c rename to programs/cmm/experimental/KERNEL/kernel.c diff --git a/programs/cmm/math/compile.sh b/programs/cmm/math/compile.sh deleted file mode 100755 index ddd47b53e8..0000000000 --- a/programs/cmm/math/compile.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -for file in `find ./ -type f -name "*.c"` -do - cmm $file; -done \ No newline at end of file diff --git a/programs/cmm/template/template.c b/programs/cmm/template/template.c index e8f50cd51e..3d79efe949 100644 --- a/programs/cmm/template/template.c +++ b/programs/cmm/template/template.c @@ -2,7 +2,7 @@ * Template C-- program */ -#define MEMSIZE 4096*10 +#define MEMSIZE 1024*40 #include "../lib/io.h" #include "../lib/gui.h"