freebsd-dev/sys/i386
Bruce Evans fec712543d 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.
1997-06-14 10:00:42 +00:00
..
apm Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
bios Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
boot Load the kernel config file where userconfig (with option USERCONFIG_BOOT) 1997-06-14 10:00:42 +00:00
conf YAMF22 - XSERVER comment changes. 1997-06-06 12:24:43 +00:00
eisa Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include 1997-03-24 11:25:10 +00:00
i386 Preserve %fs and %gs across context switches. This has a relatively low 1997-06-07 04:36:10 +00:00
ibcs2 md_regs is a struct trapframe * now, not int [] 1997-05-07 20:05:45 +00:00
include Preserve %fs and %gs across context switches. This has a relatively low 1997-06-07 04:36:10 +00:00
isa Fix two typos in this driver that prevented it from working properly. 1997-06-10 16:07:22 +00:00
linux Make this thing actually compile. 1997-06-02 10:43:41 +00:00
pci Yet another fix for configuration mechanism 1 register accesses: 1997-05-26 21:52:41 +00:00
scsi Print out some more diagnostic information when we reject a message. 1997-04-26 05:03:18 +00:00
Makefile