]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Load the kernel config file where userconfig (with option USERCONFIG_BOOT)
authorbde <bde@FreeBSD.org>
Sat, 14 Jun 1997 10:00:42 +0000 (10:00 +0000)
committerbde <bde@FreeBSD.org>
Sat, 14 Jun 1997 10:00:42 +0000 (10:00 +0000)
commita47fc068b9e2cf273659b264baac4f40e2ec33ef
tree41cd12bc864a3a56ab1c7833a6400a7772d8097a
parent71e14838040aca2f17943f3d2bd02500750874bc
Load the kernel config file where userconfig (with option USERCONFIG_BOOT)
will see it.  The name of the file is obtained by appending ".config"
to the name of the kernel file.  If the file doesn't exist, then an
annoying message is printed.

Reduced the command line buffer size yet again from 4096 to 1024.  It is
oversized to defend against overrun in gets(), but data space is starting
to run out so the buffer size can't be as grossly oversized as before.
sys/i386/boot/biosboot/boot.c