Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0

This is the same as Change 71 in master branch.
This commit is contained in:
James Dong 2009-04-30 20:37:36 -07:00
parent d2c9dcc926
commit ba52b3092f

View file

@ -51,7 +51,7 @@
#include "ba.h"
#define SO_MAX 64
#define SO_MAX 96
/* >>> IMPORTANT NOTE - READ ME BEFORE MODIFYING <<<
*