Update of /cvsroot/blob/blob/utils/test
In directory usw-pr-cvs1:/tmp/cvs-serv12443
Modified Files:
load_kernel_test.c
Log Message:
increase the fodder buffer a bit
Index: load_kernel_test.c
===================================================================
RCS file: /cvsroot/blob/blob/utils/test/load_kernel_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- load_kernel_test.c 26 Apr 2002 04:50:49 -0000 1.2
+++ load_kernel_test.c 26 Apr 2002 06:13:14 -0000 1.3
@@ -18,7 +18,7 @@
unsigned long size = 0;
part.erasesize = 0x20000;
- fodder_ram_base = malloc(0x1000);
+ fodder_ram_base = malloc(0x10000);
out = malloc(0xe00000);
if (argc < 2) {
|