CodeSmith: What level are you sinking to when you lock the door to your house?
I can change the lock on my house without having to send the whole door to the manufacturer to have it "refurbished". Just about all hardware these days, from video cards to CD-ROMs allow firmware updates. A fixed ROM BIOS is just so... Amiga.
If you're suggesting that the pirate protection is to keep Pegasos users from using AmigaOS4, well you can thank Bill Buck for choosing the nastiest dongle ever: the Marvell Discovery chipset, which is 100% incompatible with the Articia S
Only on the Pegasos2. The Pegasos uses the same chipset as the AmigaOne.
Coder: I agree so much on that. I remember when Linux was fun but now I have to admit it's turning into a Windows clone. Because that is what will attract the non-geeks they think. It got to stop.
Well, there's little central unification when it comes to anything other than the kernel, so Linux probably will never make any major strides in the interface, anyway. People still blame Red Hat for trying.
Linux is made by geeks for geeks. That is its audience, and it will probably stay there. The only hope I see for turning Linux into a true desktop machine is to eliminate the XWindows way of thinking and make a new interface. Of course, if you do that, there are better kernel choices, too.
My ideal system would be QNX running a GUI similar to the original Amiga, an entirely new shell, and a built-in interpreted programming language (more like Java and less like Perl/PHP). I see no point in making a new OS just to run bash, XWindows, Gnome...
iamaboringperson: I don't have memory cards here, however can't I just format them to a different file system?
Memory card readers don't care, but cameras do. Nobody saw the crackdown on FAT coming, so everybody just used FAT12 by default so everything would work with Windows.
It's just a popularity issue, though. I'm sure Apple would have done the same with HFS if they owned the market. Being #2 in the industry makes it a bit hard for Apple to put their foot down and charge for every little piece of their pie.
Bloodline: Hense the BIOS can read the FS...
PC BIOS is obsolete. All it really does is monitor hardware and activate the boot drive so the OS can be started. After that, the OS and drivers do all the work. 90% of BIOS options these days are set to defaults and ignored, unless you're trying to get Windows3.1 to boot. ;-)
But more interestingly, tell me more about this booting from a disk if the BIOS is dead?
ROM backup. Intel mobos do that. I salvaged a non-working Intel motherboard for $20 ($90 value), just by downloading an emergency BIOS tool from the Intel website. What a deal! I wish all motherboards had a small ROM for reading the floppy drive and reprogramming the BIOS. It would make BIOS updates a lot less worrysome. :-D
Chris: That's because there is no bootblock telling it what it should do next. Format a disk with NTFS and it will complain "cannot find NTLDR".
Yup. The Bootblock of an NTFS partition is too small to do anything major, so it does its thing, then looks for NTLDR. It must have some sort of security check, though, since if something happens to the filesystem, the machine will complain it can't find NTLDR, even though it is there and intact. NTFS is a real pain in the ass.