I need to startup the system with a application that is larger than 256 Kb. in size. How do I start up and load the application without user intervention?
Modify and use ADSLoad.exe to kick off your 'real' application. CreateProcess() is the function you will call.
We have ADSLoad.exe copy the 'real' application from the PCMCIA card onto the BitsyX (Bitsy, BitsyPlus, etc.). (This is a simplified description of what we do with our version of ADSLoad.exe.)
Many of our customers have created systems that allow customer application upgrades in the field using the adsload.exe method that Susan describes (though probably none as elegant as hers).
If you don't need the field upgrade function, you can place your application in the \FlashFX Disk\Startup folder and the ADS CE loader will launch it at the end of the system boot.