David Greenman 27b8623f21 Fixed sign and overflow bugs that caused the allocation size of the kernel
malloc region (kmem_map) to be wrong and semi-random on systems with more
than 1GB of RAM. This is not a complete fix, but is sufficient for
machines with 4GB or less of memory. A complete fix will require some
changes to the getenv stuff so that 64bit values can be passed around.

NOT FIXED: machines with more than 4GB of RAM (e.g. some large Alphas)
since we're still using ints to hold some of the values.

Reviewed by:	bde
2000-01-28 04:04:58 +00:00
..
2000-01-27 14:43:07 +00:00
2000-01-16 09:25:10 +00:00
1999-12-14 20:54:38 +00:00
2000-01-27 23:37:39 +00:00
2000-01-15 05:15:06 +00:00
1999-08-27 23:45:13 +00:00
1999-11-14 13:54:44 +00:00