<water>
Floppies are there. period. that's enough for people to want to write code to support them -- not mentionning all those tutorials about floppies, while you can virtually count available tutorials about USB storage with one hand (or you were more successful than me with google).
You remind of Lino Commando, James T. Klick and Nick Stacky ? well, Tracy Legacy is one of them too...
</water>
Floppy Code 32BIT
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Floppy Code 32BIT
The question is how long they will remain?
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Floppy Code 32BIT
no. the sole question is do you have use for one and motivation to write one. All the rest is off topic.kataklinger wrote: The question is how long they will remain?
Re:Floppy Code 32BIT
hey, i put a FDD in all my current computers, and i use them regularly (and my brother at school, is required to turn in assignments of Floppys), FDDs are simple and easy to use, i far prefer them for emergency booting, and they have many other easy uses also
and there really great for OS testing, since i can simply copy my files onto the disk, at test boot it on any computer in the world (most of them still have FDDs) -- including computers i don't own, and i don't have to damage the OS, or install anything (hard or soft)
and when im done, i remove the disk and you would never know i did anything at all
also, 1/2 of my test computers here at home don't even have CD drives (or are unable to boot from them)
and there really great for OS testing, since i can simply copy my files onto the disk, at test boot it on any computer in the world (most of them still have FDDs) -- including computers i don't own, and i don't have to damage the OS, or install anything (hard or soft)
and when im done, i remove the disk and you would never know i did anything at all
also, 1/2 of my test computers here at home don't even have CD drives (or are unable to boot from them)
Re:Floppy Code 32BIT
OT: Till yesterday I thought Lino Commando adn James T. Klick were names of real people..
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Floppy Code 32BIT
Well, I guess that is your problem I'm not telling that you shouldn't support FDDs (altough I'm not planning to support it at all), but that it isn't something that you must support.JAAman wrote: also, 1/2 of my test computers here at home don't even have CD drives (or are unable to boot from them)
And network booting is much better for testing at home , And yes it's much harder to implement booting from network. But no one doing OS development because it's easy.
Re:Floppy Code 32BIT
My OS has ended up with two floppy drivers, one users BIOS and the other pmode driver, there are some things that a BIOS based driver can do, that needs a lot of work with a pmode driver, eg: loading from usb fobs.
I also think that the fat12 driver, is much harder than the floppy driver, its self.
I also think that the fat12 driver, is much harder than the floppy driver, its self.