From: Erik M. <er...@us...> - 2001-08-29 18:37:39
|
Update of /cvsroot/blob/blob/include In directory usw-pr-cvs1:/tmp/cvs-serv30130 Modified Files: main.h Log Message: aargh! RAMDISK_SIZE should be in _kilo_ bytes, not in bytes! Index: main.h =================================================================== RCS file: /cvsroot/blob/blob/include/main.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- main.h 2001/08/06 22:44:52 1.2 +++ main.h 2001/08/29 18:37:35 1.3 @@ -77,7 +77,7 @@ #define BOOT_PARAMS (0xc0000100) /* the size to which the compressed ramdisk expands */ -#define RAMDISK_SIZE (8 * 1024 * 1024) +#define RAMDISK_SIZE (8 * 1024) #include "types.h" |