[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] diskboot: trivial correction on stale comments
From: |
Cao jin |
Subject: |
[PATCH] diskboot: trivial correction on stale comments |
Date: |
Wed, 11 Apr 2018 11:23:10 +0800 |
diskboot.img now is loaded at 0x8000 and is jumped to with 0:0x8000.
Signed-off-by: Cao jin <address@hidden>
---
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
- [PATCH] diskboot: trivial correction on stale comments,
Cao jin <=