Correct comment about dictionnary size (512K)

git-svn-id: svn://coreboot.org/openbios/openbios-devel@383 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-01-10 23:47:37 +00:00
parent cbfd537bee
commit 0a8028cefc
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;