# Ä¿³Î ÄÄÆÄÀÏ
cd /usr/src/sys/i386/conf
cp GENERIC MYKERNEL
vi MYKERNEL
config MYKERNEL
cd ../../compile/MYKERNEL
make depend
make kernel
make modules
make install KERNEL=MYKERNEL
or
make kernel-install
make modules-install
[¹öÀü 4.x]
cd /usr/src/sys/i386/conf
cp GENERIC MYKERNEL
vi MYKERNEL
config MYKERNEL
cd ../../ (/usr/src)
make depend
make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
----------------------------------------
±âŸ :
Ä¿³Î ÆÄÀÏ À§Ä¡ ¹Ù²Ù±â
°íÁ¤ Ç®±â
chflags noschg /kernel
´Ù½Ã °íÁ¤
chflags nosch /kernel |