j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-01-11 00:47:37 +0100 (Sun, 11 Jan 2009) New Revision: 383
Modified: openbios-devel/arch/ppc/kernel.c openbios-devel/arch/ppc/qemu/kernel.c Log: Correct comment about dictionnary size (512K)
Modified: openbios-devel/arch/ppc/kernel.c =================================================================== --- openbios-devel/arch/ppc/kernel.c 2009-01-10 21:00:46 UTC (rev 382) +++ openbios-devel/arch/ppc/kernel.c 2009-01-10 23:47:37 UTC (rev 383) @@ -26,7 +26,7 @@ #include "kernel.h"
#define MEMORY_SIZE (256*1024) /* 256K ram for hosted system */ -#define DICTIONARY_SIZE (512*1024) /* 128K for the dictionary */ +#define DICTIONARY_SIZE (512*1024) /* 512K for the dictionary */
static ucell *memory;
Modified: openbios-devel/arch/ppc/qemu/kernel.c =================================================================== --- openbios-devel/arch/ppc/qemu/kernel.c 2009-01-10 21:00:46 UTC (rev 382) +++ openbios-devel/arch/ppc/qemu/kernel.c 2009-01-10 23:47:37 UTC (rev 383) @@ -27,7 +27,7 @@ #include "kernel.h"
#define MEMORY_SIZE (256*1024) /* 256K ram for hosted system */ -#define DICTIONARY_SIZE (512*1024) /* 128K for the dictionary */ +#define DICTIONARY_SIZE (512*1024) /* 512K for the dictionary */
static ucell *memory;