From: eric@tantalus.dell.com (Eric Youngdale) Subject: Re: say goodbye to shoelace Date: 22 Jul 1992 13:27:08 GMT
Keywords:
In article <BrrJBp.C2t@news.cso.uiuc.edu> thoth@uiuc.edu (Ben Cox) writes:
>pmacdona@sol.UVic.CA (Peter MacDonald) writes:
>
>>With the addition of the DOS FS, the kernel has grown to over
>>256K, which, if my memory serves me correctly, was the max
>
>If you don't compile in the SCSI drivers, it still slides in at >just<
>under 256k.
If you have a 486 or a 386 with a 387, you do not need kernel math
emulation. You can configure this in the main Makefile.
If you have SCSI, you can configure the kernel so it contains support
*only* for the board(s) that you have and none of the others. This saves a
few more bytes, and maintains a SCSI capability.
-Eric