This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSP/BIOS 5 legacy commands

Hi

I have a SYS/BIOS 6 .cfg file that contains the following DSP/BIOS 5 commands:

bios.TSK.STACKSIZE = 2048;
bios.MEM.ARGSSIZE = 0;

I am not sure whether these commands actually have any use any more but they are causing the .cfg to fail compilation:

ReferenceError: "bios" is not defined.

What would have been the effect of these commands in DSP/BIOS 5 and how would I convert them to SYS/BIOS 6 please?

Best regards

David

  • Hi David,

    Which BIOS version are you using?

    The legacy support for DSP/BIOS is being phased out in the latest versions of SYS/BIOS, so I just wanted to make sure that you are aware of that.

    Depending on your BIOS version, you might have a copy of the "Legacy Migration Guide."  This doc explains about how to transition from a DSP/BIOS app to a SYS/BIOS app, as well as providing a lot of details on the legacy support layer.

    I see the doc here in my SYS/BIOS 6.37 install:

        bios_6_37_02_27\docs\Bios_Legacy_App_Note.pdf

    Steve