diff options
author | obrien <obrien@FreeBSD.org> | 1998-10-17 22:20:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-10-17 22:20:06 +0000 |
commit | 763d39061e90c895bd6f8760fb95c1307e8379e4 (patch) | |
tree | f56e5d6d546dfa32c27f37e328f46e29fe529eaf /lib | |
parent | 6962466d086b995279407a1b03131f71be892a66 (diff) | |
download | FreeBSD-src-763d39061e90c895bd6f8760fb95c1307e8379e4.zip FreeBSD-src-763d39061e90c895bd6f8760fb95c1307e8379e4.tar.gz |
To clarify last commit, msmith says:
The reason the Alpha has less room than the i386 is because the bootstrap
is given a 256K mapping by the firmware; to add more requires extra work.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libstand/zalloc_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index 911bb2e..051c53f 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: zalloc_defs.h,v 1.3 1998/10/01 17:35:08 msmith Exp $ + * $Id: zalloc_defs.h,v 1.4 1998/10/16 19:23:37 msmith Exp $ */ /* |