diff options
author | nyan <nyan@FreeBSD.org> | 2001-06-14 11:32:54 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-06-14 11:32:54 +0000 |
commit | 089e07ab6ac0a4433ae32cbdb9e4c1b4936995a6 (patch) | |
tree | 508d29ae9e6016dcdff8309282cc2290d63edd15 /sys/pc98/conf | |
parent | 615d695936c9a6e6e9218e626ddbe9aaefe7124e (diff) | |
download | FreeBSD-src-089e07ab6ac0a4433ae32cbdb9e4c1b4936995a6.zip FreeBSD-src-089e07ab6ac0a4433ae32cbdb9e4c1b4936995a6.tar.gz |
Commented out USERCONFIG and VISUAL_USERCONFIG options.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 8d99f11..eb12db0 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -48,8 +48,8 @@ options EPSON_BOUNCEDMA #use bounce buufer for 15-16M #options EPSON_MEMWIN #EPSON memory window support options UCONSOLE #Allow users to grab the console #options LINE30 -options USERCONFIG #boot -c editor -options VISUAL_USERCONFIG #visual boot -c editor +#options USERCONFIG #boot -c editor +#options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues |