mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user