# GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also avail...
# GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: 的内容,前面有"#"代表该内容或者选项是注释,那么假如我们要去掉什么选项,就可以在前面加上"#",当然你不需要的选项你也可删除,但...
Install the new kernel associated with the specified kernel configuration file. This command will copy the new kernel to /boot/kernel/kernel and save the old kernel to /boot/kernel.old/kernel: # make installkernel KERNCONF=MYKERNEL https://docs.freebsd.org/en/books/handbook/kernelconfig/ .....
# GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: 的内容,前面有"#"代表该内容或者选项是注释,那么假如我们要去掉什么选项,就可以在前面加上"#",当然你不需要的选项你也可删除,但是...
或者ee打开,我为了方便,就使然后我们就用任一编辑器打开该文件,可以使用vi,或者ee打开,我为了方便,就使用ee来打开:ee来打开:#eeGENERIC打开后就有类似:打开后就有类似:#GENERIC--GenerickernelconfigurationfileforFreeBSD/i386##Formoreinformationonthisfile,pleasereadthehandbooksectionon#KernelConfigurationFiles...
# GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident "MINI-KERNEL" ...
下面是我使用的一个内核配制文件: # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # $FreeBSD: src/sys/i386/conf/GENERIC, v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident "MINI-KERNEL" ...
或# csup /root/supfile 从6.0开始系统就提供csup来代替cvsup了,如果你原来装过cvsup,那么两个都可以的。 2:编译基础系统 # vi /usr/src/UPDATING # cd /usr/src # make buildworld 3:编译内核 # make buildkernel KERNCONF=foo # make installkernel KERNCONF=foo ...
我们推荐您选择Start kernel configuration in full-screen visual mode 选项, 因为这对新手来说比较容易。 内核配置画面 被分成四个部分: (1)在“active(可用)”区域的展开式选择菜单分为四个群,例如 Storage(储存设备)、 N 6、etwork(网络设备)。每个设备会显示一个对应的说明、由二或三个字母组成的驱动程序...
Thebuildkernelandinstallkerneltargets build and install the kernel and the modules (see below). Please see the top of the Makefile in this directory for more information on the standard build targets and compile-time flags. Building a kernel is a somewhat more involved process. See build(7),...