ZippyV wrote:
I thought all 64-bit based systems had efi or was it only with Itanium based systems?
Only the Itanic had EFI as its base. primarily as it is a 64 bit chip from the ground up. so initializeing with a 16 bit Bios was a no go from the start. EFI was designed first as the transfer point to the OS for the Itanium platform.
EFI isn't required for the amd64 and intel 64 platforms. as the chips are backwards compatable to the 16 bit days of the chip. there are significant reasons why you would want ot bypass those steps and go to a straight 64 bit startup. (flat memory model being one of the largest)
EFI also brings several other Niceties. RAID, SCSI initialized before the OS takes over. so none of that f6 brouhaha.
But unless something changes at CES there is currently no MOBO's based on the UEFI Spec on the market.
Larry, expect a longer reply to that statement after I get home to my materials. But I do have to ask, about which reiserFS do you want to compare, 3 is almost comparible. 4 is more compariable to ntfs with parts of winfs in the fs itself. (iow with 4 you can use the FS as the datastore itself instead of relying on running a rdbs on top of a fs, this is true for certain types of data, something that currently isn't feasable with ntfs)
Douglas H