OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man7 / bootparam.7
index 31b4158..4b37269 100644 (file)
@@ -266,7 +266,8 @@ The parameter indicates the highest addressable RAM address, so
 \&'mem=0x1000000' means you have 16MB of memory, for example.
 For a 96MB machine this would be 'mem=0x6000000'.
 
-NOTE NOTE NOTE: some machines might use the top of memory for BIOS
+.BR NOTE :
+some machines might use the top of memory for BIOS
 caching or whatever, so you might not actually have up to the full
 96MB addressable.
 The reverse is also true: some chipsets will map
@@ -418,7 +419,7 @@ These days it is possible to compile the kernel to use initrd.
 When this feature is enabled, the boot process will load the kernel
 and an initial ramdisk; then the kernel converts initrd into
 a "normal" ramdisk, which is mounted read-write as root device;
-then /linuxrc is executed; afterwards the "real" root file system is mounted,
+then /linuxrc is executed; afterward the "real" root file system is mounted,
 and the initrd file system is moved over to /initrd; finally
 the usual boot sequence (e.g., invocation of /sbin/init) is performed.