]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
diskboot: Trivial correction on stale comments
authorCao jin <caoj.fnst@cn.fujitsu.com>
Wed, 11 Apr 2018 03:23:10 +0000 (11:23 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 23 Apr 2018 11:04:58 +0000 (13:04 +0200)
diskboot.img now is loaded at 0x8000 and is jumped to with 0:0x8000.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/boot/i386/pc/diskboot.S

index 1ee4cf5b2e0fd03ba177e953fafdaf5e0ca457a6..c1addc0df29bc78009238690a9514ea301bf3a29 100644 (file)
@@ -37,8 +37,8 @@
 start:
 _start:
        /*
-        * _start is loaded at 0x2000 and is jumped to with
-        * CS:IP 0:0x2000 in kernel.
+        * _start is loaded at 0x8000 and is jumped to with
+        * CS:IP 0:0x8000 in kernel.
         */
 
        /*