diskboot: Trivial correction on stale comments

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>
This commit is contained in:
Cao jin 2018-04-11 11:23:10 +08:00 committed by Daniel Kiper
parent 71f9e4ac44
commit 9dcac673ed
1 changed files with 2 additions and 2 deletions

View 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.
*/
/*