History log of /netbsd-src/sys/compat/vax1k/files.vax1k (Results 1 – 3 of 3)
Revision Date Author Comments
# 25e1f6da 17-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Define compat modules (but without dependencies yet).


# 1b6311c3 29-Aug-2001 chuck <chuck@NetBSD.org>

make 4.3 binaries run once again on the vax. tested with
omagic/nmagic/zmagic binaries from guest account on
Lord Isildur's tahoe system (thanks). enabled if both
COMPAT_43 and COMPAT_VAX1K are d

make 4.3 binaries run once again on the vax. tested with
omagic/nmagic/zmagic binaries from guest account on
Lord Isildur's tahoe system (thanks). enabled if both
COMPAT_43 and COMPAT_VAX1K are defined.

basically rewrote exec_vax1k_prep_anymagic() to handle more
file formats. we remove vax1k_subr.c because we now use the
standard vmcmd_readvn function.

XXX: suspect the code for MID_VAX1K NMAGIC binaries is wrong,
need a binary to confirm this... the old code did not pad the
end of the text segment to a page boundary, and that seems wrong.
you definitely need to pad it on a 4.3BSD NMAGIC binary and i
don't see why MID_VAX1K should be different?

show more ...


# fc2106d6 21-Aug-1998 ragge <ragge@NetBSD.org>

VAX 1k page size compatibility executable handling.