megabytes -> gigabytes
Submitted by: Nate Lawson <nate@rootlabs.com>
This commit is contained in:
parent
98698f4f5e
commit
d2eb18e44b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11092
1 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@
|
|||
<year>2001</year>
|
||||
<holder>Robert A. Van Valzah</holder>
|
||||
</copyright>
|
||||
<pubdate>$Date: 2001-10-31 23:10:31 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.3 2001-10-31 23:10:31 chern Exp $</releaseinfo>
|
||||
<pubdate>$Date: 2001-10-31 23:12:55 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.4 2001-10-31 23:12:55 chern Exp $</releaseinfo>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
|
@ -533,7 +533,7 @@
|
|||
<title>Hardware for Vinum</title>
|
||||
|
||||
<para>These instructions may be timely since commodity PC hardware
|
||||
can now easily host several hundred megabytes of reasonably
|
||||
can now easily host several hundred gigabytes of reasonably
|
||||
high-performance disk space at a low price. Many disk
|
||||
drive manufactures now sell 7,200 RPM disk drives with quite
|
||||
low seek times and high transfer rates through ATA-100
|
||||
|
@ -2087,7 +2087,7 @@ ok <userinput>boot -s</userinput</screen>
|
|||
use strict;
|
||||
use FileHandle;
|
||||
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.3 2001-10-31 23:10:31 chern Exp $';
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.4 2001-10-31 23:12:55 chern Exp $';
|
||||
# Copyright (C) 2001 Robert A. Van Valzah
|
||||
#
|
||||
# Bootstrap Vinum
|
||||
|
|
Loading…
Reference in a new issue