summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q <Richard@web>2015-03-11 19:06:33 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2015-03-11 19:06:33 +0100
commit9d1374cc1a075c341ed89e845a1fc163347acd36 (patch)
tree6c845bb27b683747c226799fab4a87645b7a5ce2 /community/gsoc/project_ideas
parentda95fdb2a18809582eafb656cc61a45d1bdc00fc (diff)
Typo
Diffstat (limited to 'community/gsoc/project_ideas')
-rw-r--r--community/gsoc/project_ideas/physical_memory_management.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/physical_memory_management.mdwn b/community/gsoc/project_ideas/physical_memory_management.mdwn
index c074c3d5..2baa7a90 100644
--- a/community/gsoc/project_ideas/physical_memory_management.mdwn
+++ b/community/gsoc/project_ideas/physical_memory_management.mdwn
@@ -13,7 +13,7 @@ is included in the section entitled
GNU Mach is currently suffering from severe limitations caused by the way
it manages physical memory. For example, since it requires pages to be mapped
in kernel space in order to be used, the maximum amount of usable physical
-memory is currently around 800MB (or 1.8GB is a 2/2 split is set). And
+memory is currently around 800MB (or 1.8GB if a 2/2 split is set). And
because the page allocator is unable to easily return blocks of contiguous
pages, the kernel has to use virtual memory to provide contiguity.
But the kernel virtual space is separate from the direct mapping of