Author Topic: Knight Filesystem Specification  (Read 13384 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: Knight Filesystem Specification
« Reply #45 on: September 30, 2010, 05:12:16 pm »
Well, I still haven't implemented it yet.  We'll see.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Knight Filesystem Specification
« Reply #46 on: September 30, 2010, 05:15:29 pm »
I personally feel it should maybe only do it if the isn't a lot of remaining archive sectors that aren't fragmented. I guess it might be best to wait a bit, though. What are you working on next on KOS, btw, Sir?

SirCmpwn

  • Guest
Re: Knight Filesystem Specification
« Reply #47 on: September 30, 2010, 05:16:38 pm »
Next, I'm working on libraries, then making the filesystem conform better to KFS and be writable, then I'm releasing the kernel.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Knight Filesystem Specification
« Reply #48 on: September 30, 2010, 08:26:23 pm »
Ok, cool to hear. Good luck :)

I can,t wait to try it :D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Knight Filesystem Specification
« Reply #49 on: October 24, 2010, 09:43:35 pm »
Just noticed this topic, and I had a thought, isn't it also defragmenting? Garbage Collection in the way we are doing it seems to fit Defragmentation more.
Also, How about having it scan the filesystem and see if defragementing is a good idea before doing it? Like see how fragmented it is first, and if it is below a certain percent then it wont defragment
/e

SirCmpwn

  • Guest
Re: Knight Filesystem Specification
« Reply #50 on: October 24, 2010, 09:45:43 pm »
Well, it should only do this when the filesystem is full.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Knight Filesystem Specification
« Reply #51 on: October 24, 2010, 09:47:03 pm »
Ah ok, that makes more sense :)
/e