Because I only deal with direct zones for now. For larger files, I need to deal with indirect, and double indirect zones. (can't explain here in details, but direct zones are easy to deal with, others require lots of brain cycles...)
Seb 2011/5/9 mattschinkel <[email protected]> > Why only 7k? Is it possible to allow larger files? > > Matt. > > On May 9, 1:47 pm, Sebastien Lelong <[email protected]> > wrote: > > thanks for your support, Matt, but I have to admit fragmented files using > > direct zones was the most easiest part, and just allows files up to 7K... > > > > Cheers, > > Seb > > > > 2011/5/9 mattschinkel <[email protected]> > > > > > > > > > > > > > Great job Seb. I appreciate the work you are putting in. I know from > > > experience how much work is involved in implementing filesystems. > > > Implementing fragmented files can be a bit tedious. > > > > > Although Minix is a light weight file system, it was never ment for > > > PIC :) > > > > > Matt. > > > > > On May 9, 11:58 am, [email protected] wrote: > > > > Revision: 2644 > > > > Author: sebastien.lelong > > > > Date: Mon May 9 08:57:38 2011 > > > > Log: support fragmented files for direct zone only (max 7K... > :)), > > > > fixed zone alloc when appending to EOFhttp:// > > > code.google.com/p/jallib/source/detail?r=2644 > > > > > > Modified: > > > > /trunk/include/filesystem/minixfs.jal > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "jallib" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/jallib?hl=en. > > > > -- > > Sébastien Lelonghttp://www.sirloon.nethttp://sirbot.org- Hide quoted text > - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
