diff options
author | jmallett <jmallett@FreeBSD.org> | 2003-05-15 02:10:30 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2003-05-15 02:10:30 +0000 |
commit | 497f0337b3b7a3ebac0b80e3f7f7301f74b28cea (patch) | |
tree | 099ea80077915b3b670077b158f1a3504f579aa1 /sys/i386/conf/NOTES | |
parent | bd97b7165d2ad5eb14209b3f2bcaa91048e79a85 (diff) | |
download | FreeBSD-src-497f0337b3b7a3ebac0b80e3f7f7301f74b28cea.zip FreeBSD-src-497f0337b3b7a3ebac0b80e3f7f7301f74b28cea.tar.gz |
Clear up that COMPAT_43 may not do the same thing on every architecture
and clear up that COMPAT_SUNOS is similarly MI, and does something
relatively similar.
Approved by: re/rwatson
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1ccb2d1..fd42e45 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1091,6 +1091,3 @@ options TIMER_FREQ=((14318182+6)/12) options VM_KMEM_SIZE options VM_KMEM_SIZE_MAX options VM_KMEM_SIZE_SCALE - -# Yet more undocumented options for linting. -options COMPAT_SUNOS |