Show
Ignore:
Timestamp:
08/06/08 20:47:02 (4 years ago)
Author:
mwhitworth
Message:

Add start of registry server.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/system/startup.c

    r645 r837  
    106106        char* args[]={NULL}; 
    107107 
     108        SysCreateProcess("/System/Startup/regserver", NULL, args); 
     109 
    108110        pid=SysCreateProcess("/Applications/Burn", NULL, args); 
    109111