Show
Ignore:
Timestamp:
05/04/08 23:46:47 (7 months ago)
Author:
mwhitworth
Message:

Add startup of burn for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/user/system/startup.c

    r395 r407  
    66 
    77        /* Load Xynth. */ 
     8 
     9        int fds[]={0,1,2}; 
     10        char* args[]={""}; 
     11 
     12        SysCreateProcess("/Applications/Burn", fds, args); 
    813        return 0; 
    914}