init_syspage_memory() (deprecated)

Synopsis:

void init_syspage_memory (void *base, 
                          unsigned size)

Description:

Initialize the system page structure's individual member pointers to point to the data areas for the system page substructures (e.g. typed_strings). The base parameter is a pointer to where the system page is currently stored (it will be moved to the kernel's address space later); the size indicates how big this area is. On all platforms, this routine shouldn't require modification.