DragonFly kernel List (threaded) for 2009-01
DragonFly BSD
DragonFly kernel List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Packet mode for boot0/mbr


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Jan 2009 23:35:08 -0800 (PST)

:I think the hard drive size limitation is around 8GB for CHS.  Any larger=
:=20
:drive will have to use packet mode anyways.  The problem is that even for=
:=20
:smaller drives/reads below 8GB if OS and BIOS don't agree on CHS, booting=
:=20
:won't work.  Packet mode is really a stone old interface by now.
:
:cheers
:   simon

    Unfortunately some BIOSes emulate packet mode, which is why it doesn't
    always work.  Most should get it right these days but I think we still
    need the option to use CHS.  The BIOSes that emulate packet mode take
    the logical sector number, translate it to CHS, and then translate it
    back.  It's that bad.

						-Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]