=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/hp300.html,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** www/hp300.html 1996/05/20 23:17:28 1.3 --- www/hp300.html 1996/06/24 19:47:10 1.4 *************** *** 19,33 ****

History and Status:

! The hp300 port has no architecture specific changes from the ! NetBSD/hp300 port.


OpenBSD www@openbsd.org
! $OpenBSD: hp300.html,v 1.3 1996/05/20 23:17:28 fn Exp $ --- 19,43 ----

History and Status:

! The NetBSD/hp300 port is unable to run executables from any of the ! other m68k architectures because it uses executables with a 4K page ! size. All the other m68k ports use 8K pagesize executables. There ! are 3 other m68k ports (sun3, amiga, atari) that use a HARDWARE 8K ! pagesize, and will never be able to efficiently run 4K executables.

+

+ As a result, OpenBSD/hp300 was changed to use 8K executables as well. + For compatibility, it can also run the old 4K executables. No + measurable performance losses or filesize increases are incurred by + using 8K pagesize executables. +

+
OpenBSD www@openbsd.org
! $OpenBSD: hp300.html,v 1.4 1996/06/24 19:47:10 deraadt Exp $