Open GoogleCodeExporter opened 9 years ago
on a real machine, the boot drive number for normal floppy or harddrive is
always 00 or 80h. so 81h is considered an invalid boot drive number. the
grldr.mbr will ignore the dl register and insist on using 80h and 00 to locate
the helper sectors. I could not say vbox is wrong, but I would like to treat it
as rather different than a real machine. and I think this issue can be ignored.
Original comment by tinyb...@gmail.com
on 28 Apr 2014 at 5:37
So if I choose to boot from internal Hard drive 2 on a normal BIOS, are you
saying that it uses DL=80h and not DL=81h?
If so then VBox is wrong.
Original comment by Steve6375
on 28 Apr 2014 at 7:07
yes, at least it appears to be yes.
but you cannot conclude that vbox is wrong. it depends on how the wrong is
defined. If I recall it correctly, there is a standard or specification which
allows boot drive number to be other than 00 and 80h.
Original comment by tinyb...@gmail.com
on 29 Apr 2014 at 12:37
Original issue reported on code.google.com by
Steve6375
on 27 Apr 2014 at 6:33