summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-20 12:13:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-20 12:13:41 +0000
commit22b1e232903e9ce65e63825527fa13d56fea8b2c (patch)
tree7250ffa2dba88f31d38e28154aa1ae602554381c /docs
parent3d9e009356501607feeeb05ef7692984a7ab5fcc (diff)
downloaddrakx-backup-do-not-use-22b1e232903e9ce65e63825527fa13d56fea8b2c.tar
drakx-backup-do-not-use-22b1e232903e9ce65e63825527fa13d56fea8b2c.tar.gz
drakx-backup-do-not-use-22b1e232903e9ce65e63825527fa13d56fea8b2c.tar.bz2
drakx-backup-do-not-use-22b1e232903e9ce65e63825527fa13d56fea8b2c.tar.xz
drakx-backup-do-not-use-22b1e232903e9ce65e63825527fa13d56fea8b2c.zip
typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/Partition-ends-after-end-of-disk.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Partition-ends-after-end-of-disk.txt b/docs/Partition-ends-after-end-of-disk.txt
index b48a40a87..5e859b428 100644
--- a/docs/Partition-ends-after-end-of-disk.txt
+++ b/docs/Partition-ends-after-end-of-disk.txt
@@ -4,13 +4,13 @@
$Date$
-Nowadays, you can boot Linux without every relying on CHS
+Nowadays, you can boot Linux without ever relying on CHS
(Cylinder/Head/Size):
- CHS information on partition table is obsolete and not used anymore.
It was causing the 1024th cylinder limitation:
- - disallowing partitions above 8GiG. Problem overcome using 32bits linear
- addressing in partition table.
+ - disallowing partitions above 8GiG. Problem overcome using 28bits Linear
+ Block Addressing (LBA) in partition table.
- disallowing to boot on partition above 8GiG (due to int13 limitation used
in bootloaders). Problem overcome using int13 extensions (EDD)