Decided to use my own file system for the boot floppy

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Decided to use my own file system for the boot floppy

Post by crazygray1 »

I decided to first design my file system and then use that for the floppy I boot from. I figure by doing this it will be easier than learning FAT.
Basically "I designed it I know all about it". At some point I'll write a program for working with images formatted this way but until then I'll work on the FS design.
Codname: Cipher
Working On: Design Doc(CFFS file system)
Shalted
Posts: 19
Joined: Wed Nov 07, 2007 12:09 am

Post by Shalted »

This isn't really a question, or an answer, or a piece of information, more of just a statement... :/

Relevance?
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Shalted wrote:Relevance?
Maybe he wants our opinion?

If so, I should say that creating your own FS due to laziness in learning preexisting FS is somewhat misplaced. In fact, if you're going to create your own, you should study several other FS's beforehand to learn form their mistakes and flaws.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Post by crazygray1 »

If so, I should say that creating your own FS due to laziness in learning preexisting FS is somewhat misplaced. In fact, if you're going to create your own, you should study several other FS's beforehand to learn form their mistakes and flaws.
Actually I've been doing that. It's not out of laziness, I just thought I could simplify Fat somewhat and make it simpler to write the code to load my OS.

Edit: I shouldn't have said "easier than learning FAT"

in fact I am very familiar with fat and have done a bunch of research so again it's not out of laziness.
Codname: Cipher
Working On: Design Doc(CFFS file system)
Shalted
Posts: 19
Joined: Wed Nov 07, 2007 12:09 am

Post by Shalted »

Alboin wrote:
Shalted wrote:Relevance?
Maybe he wants our opinion?

If so, I should say that creating your own FS due to laziness in learning preexisting FS is somewhat misplaced. In fact, if you're going to create your own, you should study several other FS's beforehand to learn form their mistakes and flaws.
Not to be an @$$ hole / forum Nazi, but this is a question forum.
Forum Index wrote: OS Development
Question about which tools to use, bugs, the best way to implement a fuction, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
If it were a discussion question, it should have been in "OS Design & Theory", or even possibly, due to the structure of the post, "General Ramblings".

But then again, these forum's moderators are very light about moving/deleting posts. (Not saying I would/could do a better job).

Not to mention the fact that you need a question (in most cases) to start a discussion. If you state something, without a question, you'd probably think it's the best idea, the purpose of a discussion is to extrapolate your ideas, and work off of, or with other people's.

But I stand by my original statement, that the post has little or no relevance, because of the lack of a question.

P.S. I realize my post has no questions either... :(
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Shalted wrote:Not to be an @$$ hole / forum Nazi, but this is a question forum.
If you were a forum Nazi you would know enough not to make any references to the Third Reich. :P
Shalted wrote:If it were a discussion question, it should have been in "OS Design & Theory", or even possibly, due to the structure of the post, "General Ramblings".
They're more like guidelines anyway...
Shalted wrote:But I stand by my original statement, that the post has little or no relevance, because of the lack of a question.
Agreed, although, I've seen worse.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Post by crazygray1 »

Yeah I forgot which forum I was in...
Codname: Cipher
Working On: Design Doc(CFFS file system)
Post Reply