| /dflybsd-src/stand/boot/common/ |
| H A D | help.common | 17 To boot another kernel than the default in kernel/, change directory 18 to the kernel directory, and execute `loadall' and `boot' commands. 19 E.g. to do a verbose boot of kernel in kernel.XXX/: 22 cd kernel.XXX 55 variable <variable>. If <variable> is in the list of known kernel 56 environment (kenv) variables or is a kernel tunable, the value is also 57 assigned to the kernel environment variable of the given name. 58 If the variable name contains a `.' it is considered a kernel tunable. 63 local variables, that is for loader(8) use only, and kernel 64 environment variables, that kernel will have access to when it starts. [all …]
|
| /dflybsd-src/sys/conf/ |
| H A D | kern.post.mk | 13 depend kernel-depend modules-depend: ${FORWARD_HEADERS_COOKIE} 15 depend: kernel-depend 16 clean: kernel-clean 17 cleandepend: kernel-cleandepend 18 tags: kernel-tags 19 install: kernel-install 20 reinstall: kernel-reinstall 45 kernel-clean: 78 kernel-depend: assym.s ${BEFORE_DEPEND} \ 96 kernel-cleandepend: [all …]
|
| H A D | kern.paths.mk | 10 DESTKERNNAME?= kernel 14 DESTKERNNAME?= kernel
|
| /dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
| H A D | kgdb.c | 76 static char *kernel; variable 109 kernel = strdup(path); in kernel_from_dumpnr() 116 kernel = strdup(path); in kernel_from_dumpnr() 149 kernel = strdup(path); in kernel_from_dumpnr() 445 kernel = strdup(argv[optind++]); in main() 466 } else if (vmcore == NULL && kernel == NULL) { in main() 468 kernel = strdup(getbootfile()); in main() 476 if (kernel != NULL) in main() 477 warnx("kernel image: %s", kernel); in main() 481 if (remote != NULL && kernel == NULL) { in main() [all …]
|
| /dflybsd-src/stand/boot/dloader/ |
| H A D | dloader.menu | 32 # already selected a kernel 33 elseifexists kernel 34 set default_kernel=kernel 36 set default_kernel=kernel 103 ifexists kernel.alt 104 menuitem a "Boot Backup kernel kernel.alt" 105 menuadd cd ${base}kernel.alt 117 ifexists kernel.bak 118 menuitem b "Boot Backup kernel kernel.bak" 119 menuadd cd ${base}kernel.bak [all …]
|
| /dflybsd-src/ |
| H A D | README | 12 except the kernel, the kernel-modules and the contents of /etc. The 14 the kernel and the modules (see below). Please see the top of 18 Building a kernel is a somewhat involved process. Documentation 23 Note: If you want to build and install the kernel with the 27 The kernel configuration files reside in the sys/config sub-directory. 28 The X86_64_GENERIC is the default x86_64 kernel configuration used in 29 release builds. The VKERNEL64 is the default 64 bit vkernel(7) kernel 32 reference than an actual kernel configuration file (a kernel built
|
| H A D | UPDATING | 23 The ACPI_NO_SEMAPHORES kernel configuration option has been removed. It 24 was never part of our default kernel config. 29 The ndis(4) driver has been removed. The NDISAPI kernel option has been 31 custom kernel configuration can remove this option from it now. 103 The FFS_ROOT kernel configuration option has been finally removed, after 104 having been a no-op since 4.9. That means users using a custom kernel 116 them were in our default kernel configuration file. The sicontrol(8) 130 IPsec has been removed from the system. Of our standard kernel 131 configurations, only the virtual kernel one had it. People running 154 Various former kernel configuration options which had been no-ops for [all …]
|
| /dflybsd-src/sys/dev/raid/hptmv/ |
| H A D | readme.txt | 11 Override kernel driver(built-in) to support over 2T RAID array. 57 2. Rebuild the kernel with RR18xx support 60 1) Install kernel source package and building tools. 62 2) Extract the driver files under the kernel source tree: 67 3) Update the kernel configuration file to include the HighPoint source. 68 Assume the configure file is GENERIC, and new kernel configure file is 111 6) Rebuild and install the kernel: 144 7) Reboot from the new kernel. 147 3. Build/Load the driver as a kernel module 150 1) Install kernel source package and building tools. [all …]
|
| /dflybsd-src/sys/dev/raid/hpt27xx/ |
| H A D | README | 35 2. Rebuild the kernel with HighPoint RocketRAID support 38 1) Install kernel source package and building tools. 40 2) Extract the driver files under the kernel source tree: 45 3) Update the kernel configuration file to include the HighPoint source. 46 Assume the configure file is GENERIC, and new kernel configure file is 81 6) Rebuild and install the kernel: 114 7) Reboot from the new kernel. 117 3. Build/Load the driver as a kernel module 120 1) Install kernel source package and building tools. 122 2) Extract the driver files under the kernel source tree: [all …]
|
| /dflybsd-src/contrib/smbfs/ |
| H A D | config.mk.in | 7 # Where your kernel source tree located (/usr/src/sys for example) 10 # Where the kernel module gets installed 24 # Uncomment this option if kernel compiled with SMP suppport. 27 # This turns on debug logging, be careful - it produces a lot of kernel 36 # Build kernel module (don't touch that)
|
| H A D | INSTALL | 5 process requires kernel sources in order to compile KLD module. If you want 9 Note for FreeBSD-current: it have kernel module sources in the base 10 tree and requires options LIBMCHAIN and LIBICONV included in the kernel 11 config file. smbfs can be either compiled in the kernel or loaded as module.
|
| /dflybsd-src/contrib/dhcpcd/hooks/ |
| H A D | 30-hostname | 26 if [ -r /proc/sys/kernel/hostname ]; then 27 read name </proc/sys/kernel/hostname && echo "$name" 32 elif sysctl kernel.hostname >/dev/null 2>&1; then 33 sysctl -n kernel.hostname 40 if [ -w /proc/sys/kernel/hostname ]; then 41 echo "$1" >/proc/sys/kernel/hostname 46 elif sysctl kernel.hostname >/dev/null 2>&1; then 47 sysctl -w "kernel.hostname=$1" >/dev/null
|
| /dflybsd-src/test/vkernel/ |
| H A D | Makefile | 18 scratch: world kernel root install 78 kernel: checkq target 150 cp ${VKDIR}/root/boot/kernel/kernel ${VKDIR}/vkernel 173 cp ${VKDIR}/root/boot/kernel/kernel ${VKDIR}/vkernel
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | linux | 74 # Linux kernel: include/linux/swap.h 137 # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu> 141 # Linux kernel boot images (i386 arch) (Wolfram Kleff) 142 # URL: https://www.kernel.org/doc/Documentation/x86/boot.txt 143 514 string HdrS Linux kernel 165 0 belong 0xb8c0078e Linux kernel 170 8 search/1 \ A\ _text Linux kernel symbol map text 184 # Linux kernel versions 188 >>514 belong 0x8e of a kernel from the dawn of time! 192 >497 leshort !0 x86 kernel [all …]
|
| H A D | tplink | 59 # kernel load address 61 # kernel entry point 63 # kernel data offset. 200h means direct after header 65 # kernel data length and 1 space 67 # look for kernel type (gzip compressed vmlinux.bin by ./compress)
|
| /dflybsd-src/share/examples/drivers/ |
| H A D | README | 21 the kernel sources in /sys. Possibly a better way would be 22 to make them interactive. (and ask what kernel tree to use as well as 35 The skeleton driver should already link with the kernel 36 and in fact the shell script will compile a kernel with the new 37 drive linked in.. The new kernel should still be
|
| /dflybsd-src/sys/dev/disk/dm/doc/ |
| H A D | design.txt | 58 sends libdevmapper ioctl protocol version to kernel and ask for kernel version. 216 Send message to kernel driver target. 264 dm-ioctl structure is placed. any aditional information from/to kernel are placed 267 Kernel driver then after ioctl call have to copyin data from userspace to kernel. 268 When kernel driver want to send data back to user space library it must copyout 269 data from kernel. 302 uint32_t version[3]; /* device-mapper kernel/userspace version */ 365 This ioctl is used to get list of supported targets from kernel. Target 369 For every target kernel driver should copyout this structure to userspace. 395 This ioctl is used to list all devices defined in kernel driver. [all …]
|
| /dflybsd-src/sys/bus/firewire/ |
| H A D | 00README | 40 Suppose you have kernel source at /sys. 54 - You need CAM(SCSI) support in your kernel. 73 kernel config file and Makefile.fwe then rebuild kernel and if_fwe.ko. 98 # ps -agx -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel 99 # dmesg -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel 100 # gdb -k -c /dev/fwmem0 /sys/i386/compile/GENERIC/kernel.debug
|
| /dflybsd-src/contrib/lvm2/dist/scripts/lvm2create_initrd/ |
| H A D | README | 17 kernel modules during the initrd phase, then you'll need to hand-modify the 21 the parameter 'lvmrescue' on the kernel command line, it will run a shell at 27 kernel will start them automagically (or hand-modify the image). 31 and minor numbers, kernel upgrades and the like can renumber your devices. To
|
| /dflybsd-src/usr.sbin/crashinfo/ |
| H A D | crashinfo.sh | 59 for k in /boot/kernel/kernel $(ls -t $CRASHDIR/kern.*) $(ls -t /boot/*/kernel); do
|
| /dflybsd-src/tools/tools/ |
| H A D | README | 16 kerninclude Shell script to find unused #includes in the kernel. 17 kernxref Shell script to cross reference symbols in the LINT64 kernel. 26 the kernel.
|
| /dflybsd-src/sys/contrib/dev/drm/radeonfw/ |
| H A D | README | 4 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /dflybsd-src/contrib/smbfs/lib/ |
| H A D | Makefile.inc | 4 CFLAGS+= -I${.CURDIR}/../../kernel/mysys 8 CFLAGS+= -I${.CURDIR}/../../kernel
|
| /dflybsd-src/tools/tools/drm/radeon/firmwares/ |
| H A D | README | 6 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /dflybsd-src/test/stress/stress2/misc/ |
| H A D | ldt2.sh | 63 cp /boot/kernel/kernel $jail/boot/kernel
|