Changeset 434 for Whitix/branches/hybrid/user
- Timestamp:
- 05/06/08 14:19:46 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/user/system/startup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/user/system/startup.c
r432 r434 5 5 int ModuleLoad(char* name) 6 6 { 7 char* args[]={name };7 char* args[]={name, NULL}; 8 8 int fds[]={0, 1, 2}; 9 9 … … 30 30 { 31 31 /* Load modules */ 32 SysChangeDir("/System/Modules ");32 SysChangeDir("/System/Modules/"); 33 33 ModuleLoad("Input/ps2mouse"); 34 34
