Maui compilation: Difference between revisions

From CUC3
Jump to navigation Jump to search
import>Cen1001
No edit summary
(No difference)

Revision as of 16:22, 7 June 2006

It's 7/6/06

On new mek-quake torque-2.1 does not work with current Maui because they have chnaged the libraries from libpbs.a to libtorque.a . Found a patch but decided to stick with what I know works for the moment. and compiled up torque-2.0.8. Sadly this means epilogue.parallel won't work.

Maui 3.2.6p16 and 3.2.6p15 would not link to Torque, don't yet know why and did not have time to fix. 3.2.6p14 was OK.

Had to edit include/msched.h and msched-common.h to change

  • MMAX_CLASS
  • MAX_MCLASS
  • MAX_MRCLASS

from 16 to 64 to allow more than 16 queues.