Re: kernal

From: Kurt Jaeger (lists_at_complx.LF.net)
Date: 07/30/03

  • Next message: Mikhail E. Zakharov: "Re: kernal"
    Date: Wed, 30 Jul 2003 09:59:08 +0200
    To: mouhammad sajjad <sajjadw21@hotmail.com>
    
    

    Hi!

    > how i can customize new Kernal???

    cd /usr/src/sys/i386/conf
    cp GENERIC MYKERNEL
    vi MYKERNEL
    # edit as you need
    config MYKERNEL
    cd ../../compile/MYKERNEL
    make depend
    make
    make install
    shutdown -r

    -- 
    MfG/Best regards, Kurt Jaeger                                  17 years to go !
    LF.net GmbH        fon +49 711 90074-23  pi@LF.net  
    Ruppmannstr. 27    fax +49 711 90074-33
    D-70565 Stuttgart  mob +49 171 3101372
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    

  • Next message: Mikhail E. Zakharov: "Re: kernal"

    Relevant Pages

    • Re: Error Compile Kernel
      ... mkdir /root/kernels ... /usr/sbin/config MYKERNEL ... make install ... linking kernel.debug ...
      (freebsd-questions)
    • Re: Custom kernel
      ... >Which command do you use to build and install a new kernel? ... After altering a GENERIC-copy, i type: ... /usr/sbin/config myKernel (myKernel is a symlink residing in ... >should set this to whatever you named your custom kernel config file. ...
      (comp.unix.bsd.freebsd.misc)
    • Error Compile Kernel
      ... I have compile kernel: ... mkdir /root/kernels ... /usr/sbin/config MYKERNEL ... make install ...
      (freebsd-questions)
    • Re: Recompiling the Kernel for better ATA support
      ... > how i go about recompiling mine: ... > # cp GENERIC MYKERNEL ... And then recompile your kernel. ... To unsubscribe, ...
      (freebsd-questions)
    • Re: kernel
      ... > freebsd handbook it's written that MYKERNEL is an example but I don't ... > In fact I don't know what MYKERNEL represents. ... MYKERNEL is just an example of a renamed/modified GENERIC kernel. ... To unsubscribe, ...
      (freebsd-questions)