DragonFlyBSD Kernel Audit
DF-2644 / build_kernelA2.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Build kernel A (stock + inject.diff, ALREADY applied) -- no patch steps.
set -e
cd /usr/src
make -j6 nativekernel KERNCONF=X86_64_GENERIC
make installkernel KERNCONF=X86_64_GENERIC
echo KERNEL_A_INSTALLED