Had to change the same define (XMEM_RESERVE_SIZE) in a library (memconfig.lib) instead of the BIOS .c file. But I stored the updated file in my own directory and updated my user-defined library paths to point to that directory. But I found that it still went and used the Dynamic C library path first instead. Once I got it to use my updated library file, it worked!