Subject: Re: fix in pmap_bootstrap.c (hp300)
To: None <oki@fs.telcom.oki.co.jp>
From: Charles M. Hannum <mycroft@gnu.ai.mit.edu>
List: netbsd-bugs
Date: 10/24/1994 06:40:38
   In fact, beginning of data segment is placed in
   page aligned address (at least all NetBSD/m68k).
   what's wrong?
   or alignment is unfortunately?

For ZMAGIC executables, that's true, and the end of the text segment
is also page-aligned, so this is all irrelevant for that case anyway.

However, the hp300 kernel is normally linked as a NMAGIC executable.

Again, what problem are you actually trying to fix?