From: Vladimir 'phcoder' Serbinenko Date: Sat, 13 Nov 2010 18:30:58 +0000 (+0100) Subject: * doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0858c88185239f9649f5c1e37be53f39266e35a9;p=thirdparty%2Fgrub.git * doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with "most significant" byte. Reported by: Mike Kasick. --- diff --git a/ChangeLog b/ChangeLog index 4f976eec7..40f6c1744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-11-13 Vladimir Serbinenko + + * doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with + "most significant" byte. + Reported by: Mike Kasick. + 2010-10-22 Vladimir Serbinenko * doc/Makefile.am (kernel_LDFLAGS): Add -m32. diff --git a/doc/multiboot.texi b/doc/multiboot.texi index 898700735..64987bf5d 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -677,10 +677,12 @@ follows: +-------+-------+-------+-------+ | part3 | part2 | part1 | drive | +-------+-------+-------+-------+ +Least significant Most significant @end group @end example -The first byte contains the @sc{bios} drive number as understood by the +The most significant byte contains the @sc{bios} drive number +as understood by the @sc{bios} INT 0x13 low-level disk interface: e.g. 0x00 for the first floppy disk or 0x80 for the first hard disk.