Re: [PATCH] diskboot: trivial correction on stale comments

2018-04-11 Thread Daniel Kiper
On Wed, Apr 11, 2018 at 11:23:10AM +0800, Cao jin wrote:
> diskboot.img now is loaded at 0x8000 and is jumped to with 0:0x8000.
>
> Signed-off-by: Cao jin 

Reviewed-by: Daniel Kiper 

Thanks a lot! I will apply this patch together with other
patches in a week or so.

Daniel

___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel


[PATCH] diskboot: trivial correction on stale comments

2018-04-10 Thread Cao jin
diskboot.img now is loaded at 0x8000 and is jumped to with 0:0x8000.

Signed-off-by: Cao jin 
---
 grub-core/boot/i386/pc/diskboot.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grub-core/boot/i386/pc/diskboot.S 
b/grub-core/boot/i386/pc/diskboot.S
index 1ee4cf5b2..c1addc0df 100644
--- a/grub-core/boot/i386/pc/diskboot.S
+++ b/grub-core/boot/i386/pc/diskboot.S
@@ -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.
 */
 
/*
-- 
2.14.3




___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel