Changeset 1079 for Whitix/branches/keobject/fs/vfs/super.c
- Timestamp:
- 10/03/08 12:54:00 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/fs/vfs/super.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/fs/vfs/super.c
r1061 r1079 379 379 /* Allocate a current directory string for the kernel loading process */ 380 380 current->sCwd=(char*)MemAlloc(PATH_MAX); 381 str cpy(current->sCwd,"/");381 strncpy(current->sCwd, "/", 1); 382 382 383 383 KePrint("VFS: Sucessfully mounted the root filesystem (%s)\n",curr->name);