ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/extfs.cpp
(Generate patch)

Comparing BasiliskII/src/extfs.cpp (file contents):
Revision 1.18 by cebix, 2000-07-14T21:29:08Z vs.
Revision 1.19 by cebix, 2000-07-14T21:42:05Z

# Line 120 | Line 120 | const int STACK_SIZE = 0x10000;
120  
121   // Allocation block and clump size as reported to MacOS (these are of course
122   // not the real values and have no meaning on the host OS)
123 < const int ALBLK_SIZE = 0x4000;
123 > const int AL_BLK_SIZE = 0x4000;
124   const int CLUMP_SIZE = 0x4000;
125  
126   // Drive number of our pseudo-drive
# Line 1002 | Line 1002 | static int16 fs_volume_mount(uint32 pb)
1002          WriteMacInt16(vcb + vcbNmRtDirs, 1);            //!!
1003          WriteMacInt16(vcb + vcbNmAlBlks, 0xffff);       //!!
1004          WriteMacInt32(vcb + vcbAlBlkSiz, AL_BLK_SIZE);
1005 <        WriteMacInt32(vcb + vcbClpSiz, CLUMPSIZE);
1005 >        WriteMacInt32(vcb + vcbClpSiz, CLUMP_SIZE);
1006          WriteMacInt32(vcb + vcbNxtCNID, next_cnid);
1007          WriteMacInt16(vcb + vcbFreeBks, 0xffff);        //!!
1008          Host2Mac_memcpy(vcb + vcbVN, VOLUME_NAME, 28);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines