The osfulator can be compiled-in now:

o  add kernel option to the synopsis.
o  remove "only as module" from bugs.

Reviewed by: sheldonh
This commit is contained in:
marcel 2000-12-08 02:49:01 +00:00
parent 8e0f047d6c
commit 700f276567

View File

@ -31,6 +31,9 @@
.Nm osf1 .Nm osf1
.Nd OSF/1 ABI support .Nd OSF/1 ABI support
.Sh SYNOPSIS .Sh SYNOPSIS
To link OSF/1 ABI support into the kernel:
.Cd options COMPAT_OSF1
.Pp
To load the OSF/1 ABI support kernel module: To load the OSF/1 ABI support kernel module:
.Dl kldload osf1 .Dl kldload osf1
.Sh DESCRIPTION .Sh DESCRIPTION
@ -87,10 +90,6 @@ API, such as the JDK.
OSF/1's pthreads library uses Mach system calls. OSF/1's pthreads library uses Mach system calls.
Mach system calls would be very difficult to support in Mach system calls would be very difficult to support in
.Fx . .Fx .
.Pp
Linking the
.Nm
module into the kernel statically is not supported.
.Sh HISTORY .Sh HISTORY
OSF/1 ABI support first appeared in OSF/1 ABI support first appeared in
.Fx 4.0 . .Fx 4.0 .