diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 18:14:57 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 18:14:57 +0200 |
commit | e9d9d6aa109925d64595f0eb9006e57200bdc7fd (patch) | |
tree | e65c28a1134af9672046e2a6490025f451917036 | |
parent | 4117a85022d45d01e22cd683f3a63bfd704a73ee (diff) |
Revise MEMORY section.
-rw-r--r-- | Mach/hardwarecompatibilitylist.mdwn | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Mach/hardwarecompatibilitylist.mdwn b/Mach/hardwarecompatibilitylist.mdwn index f47c8aa4..030413ac 100644 --- a/Mach/hardwarecompatibilitylist.mdwn +++ b/Mach/hardwarecompatibilitylist.mdwn @@ -21,11 +21,10 @@ GNU Mach current only supports the x86 architecture. # Memory -GNU Mach supports a maximum of 1GB of memory. If your system has -more, add the following to the start of your Grub stanza to boot -the Hurd: - - uppermem 1232896 +GNU Mach will use a maximum of 1 GiB of ram memory. If your system has more, +the surplus will silently be ignored. (In past times, this would hinder GNU +Mach from booting at all, but this has been fixed, so you no longer need to +apply GRUB's `uppermem` directive.) # Video Cards |