diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-05-08 22:04:40 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:37 +0200 |
commit | 30a908607bd75f39b1c56f8a3c73bb7f5f19c8a9 (patch) | |
tree | 3241782254a942096b8f8cb02f431a68de369369 /ChangeLog | |
parent | 1ca2a1632d7325ee26b2c701b38c1d2e2fcb6f80 (diff) |
2006-05-08 Thomas Schwinge <tschwinge@gnu.org>
* DEVELOPMENT: Document Samuel's patch.
2006-05-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386at/model_dep.c (mem_size_init): Limit memory to what can
actually be used (minus a little extra for virtual mappings).
* i386/intel/pmap.c (pmap_bootstrap): Extend the virtual mapping area
according to memory size for at least being able to manage it. But
look out for wrap and limit it to kernel adresses. Remove duplicate
computing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-05-08 Thomas Schwinge <tschwinge@gnu.org> + + * DEVELOPMENT: Document Samuel's patch. + +2006-05-08 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * i386/i386at/model_dep.c (mem_size_init): Limit memory to what can + actually be used (minus a little extra for virtual mappings). + + * i386/intel/pmap.c (pmap_bootstrap): Extend the virtual mapping area + according to memory size for at least being able to manage it. But + look out for wrap and limit it to kernel adresses. Remove duplicate + computing. + 2006-04-27 Richard Braun <syn@hurdfr.org> Manuel Menal <mmenal@hurdfr.org> |