com32/chain: minor doc fix
authorMichal Soltys <soltys@ziu.info>
Tue, 10 May 2011 11:45:09 +0000 (13:45 +0200)
committerMichal Soltys <soltys@ziu.info>
Tue, 10 May 2011 11:54:10 +0000 (13:54 +0200)
Signed-off-by: Michal Soltys <soltys@ziu.info>
doc/chain.txt

index f7826d4..68238a0 100644 (file)
@@ -105,9 +105,9 @@ options 'sect=' and 'seg='), the file will cause sector to not be loaded at all
        seg=<segment>:<offset>:<ip>
        *seg=0:0x7c00:0x7c00
 
-This triplet lets you alter the addresses a file will use. Loading is done to
-<segment:offset>, jumping to <segment:ip>. When you chainload some other
-bootloader or kernel, it's almost always mandatory.
+This triplet lets you alter the addresses a file will use. It's loaded at
+<segment:offset>, the entry point is at <segment:ip>. When you chainload some
+other bootloader or kernel, it's almost always mandatory.
 
 The defaults, if option is not specified, are 0:0x7c00:0x7c00
 If any of the fields are ommited (e.g. 0x2000::), they default to 0.
@@ -117,10 +117,10 @@ If any of the fields are ommited (e.g. 0x2000::), they default to 0.
        *sect=0:0x7c00:0x7c00
        nosect sets: nomaps
 
-This triplet lets you alter the addresses a sector will use. File is loaded at
-<segment:offset>, the jump is made to <segment:ip>. This option is mostly used
-in tandem with 'file=' and 'seg=' options, as some loaders/kernels will expect
-relocated sector at some particular address (e.g. DRKM).
+This triplet lets you alter the addresses a sector will use. It's loaded at
+<segment:offset>, the entry point is at <segment:ip>. This option is mostly
+used in tandem with 'file=' and 'seg=' options, as some loaders/kernels will
+expect relocated sector at some particular address (e.g. DRKM).
 
 'nosect' will cause sector to not be loaded at all. In plenty cases, when a file
 is being chainloaded, sector is not necessary.