003 File Manager
Current Path:
/usr/src/usr.sbin/config
usr
/
src
/
usr.sbin
/
config
/
📁
..
📄
Makefile
(488 B)
📄
Makefile.depend
(328 B)
📄
config.5
(12.95 KB)
📄
config.8
(7.24 KB)
📄
config.h
(6.12 KB)
📄
config.y
(9.81 KB)
📄
configvers.h
(2.29 KB)
📄
kernconf.tmpl
(463 B)
📄
lang.l
(7.34 KB)
📄
main.c
(18.43 KB)
📄
mkheaders.c
(2.4 KB)
📄
mkmakefile.c
(18.85 KB)
📄
mkoptions.c
(10.05 KB)
Editing: kernconf.tmpl
/* * This file acts as a template for config.c that will be generated in the * kernel build directory after config(8) has been successfully run. * * $FreeBSD$ */ #include "opt_config.h" #ifdef INCLUDE_CONFIG_FILE /* * For !INCLUDE_CONFIG_FILE case, you should look at kern_mib.c. This is * where kernconfstring is defined then. */ const char kernconfstring[] __attribute__ ((section("kern_conf"))) = "%%KERNCONFFILE%%"; #endif /* INCLUDE_CONFIG_FILE */
Upload File
Create Folder