diff --git a/src/sys/ubixfs/ubixfs.c b/src/sys/ubixfs/ubixfs.c index b9e7046..835ffcd 100644 --- a/src/sys/ubixfs/ubixfs.c +++ b/src/sys/ubixfs/ubixfs.c @@ -137,12 +137,12 @@ int openFileUbixFS(char *file, fileDescriptor *fd) { int x = 0; -/*mji long offsets, size; */ /* mji struct directoryEntry *dirEntry = (struct directoryEntry *)kmalloc(0x4000); */ struct cacheNode * rootDirCacheNode = NULL; struct directoryEntry * dirEntry = NULL; struct ubixFSInfo *fsInfo = fd->mp->fsInfo; + kprintf("openFileUbixFS(%s)\n", file); assert(fd); assert(fd->mp); assert(fd->mp->device); @@ -428,6 +428,9 @@ /*** $Log$ + Revision 1.25 2004/07/20 21:39:53 reddawg + ubixfs: does propper caching now problem was you did not seek realSector however the os starts but I am getting a segfault could be from anything haven't looked into it right quick + Revision 1.24 2004/07/20 21:38:08 flameshadow try now