Ignore:
Timestamp:
02/19/09 12:38:32 (4 years ago)
Author:
EWAVR
Message:

VxWorks? cameras: "unlocking" diskboot.bin after camera boot (http://chdk.setepontos.com/index.php/topic,3164.msg29672.html#msg29672)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/g7/sub/100i/boot.c

    r521 r713  
    115115} 
    116116 
    117 static long drv_struct[16]; 
    118   
    119 static long dh_err() 
    120 { 
    121     return -1; 
    122 } 
    123  
    124 static void drv_self_hide() 
    125 { 
    126     long drvnum; 
    127      
    128     drvnum = _iosDrvInstall(dh_err,dh_err,dh_err,dh_err,dh_err,dh_err,dh_err); 
    129     if (drvnum >= 0) 
    130         _iosDevAdd(drv_struct, "A/DISKBOOT.BIN", drvnum); 
    131 } 
    132  
    133117 
    134118void  h_usrRoot() 
Note: See TracChangeset for help on using the changeset viewer.