Re: Kernel version

From: Kevin D. Kinsey, DaleCo, S.P. (kdk_at_daleco.biz)
Date: 02/27/04

  • Next message: G. Rosamond: "March 3rd NYC BSD User Group Meeting"
    Date: Fri, 27 Feb 2004 15:10:35 -0600
    To: Stephen Liu <satimis@icare.com.hk>
    
    

    Stephen Liu wrote:

    > Hi folks
    >
    > What command is applied to find kernel version?
    >
    > # uname -a
    > indicating release version and GENERIC i386 only
    >
    > TIA
    >
    > B.R.
    > Stephen Liu

    You're getting warmer with these responses.

    FreeBSD is a complete OS; not just a kernel.
    This great OS is unlike Linux in that respect.
    Linux is a kernel plus a userland from RedHat,
    Debian, Suse, Gentoo, etc., etc. FreeBSD is
    a kernel and userland *together*, all in one
    Project. Therefore, you have a "system version,"
    not just a kernel version.

    You build a "world" (complete OS userland),
    then build a kernel (according to a] your own
    configuration file, or b] GENERIC). So, the
    RELEASE version (or OS version, doesn't
    have to be a RELEASE) plus the kernel config
    name IS the "kernel version" if you want to
    Linux-ize the terminology. Usually, we don't :-)

    So after all, uname -a gets you what you're
    really asking for.

    Kevin Kinsey
    DaleCo, S.P.
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: G. Rosamond: "March 3rd NYC BSD User Group Meeting"

    Relevant Pages

    • Re: Running LVM to repartition HD question
      ... Stephen Liu wrote: ... So if you upgrade your kernel in one instance, ... installing Knoppix on HD. ... You then boot the other one and "yum update" that one. ...
      (Fedora)
    • Compiling(running make) the kernel!
      ... Here are the config file and the error i get while compiling the kernel. ... # device lines is also present in the ./LINT configuration file. ... # To support HyperThreading, HTT is needed in addition to SMP and APIC_IO ... # PCI Ethernet NICs that use the common MII bus controller code. ...
      (freebsd-questions)
    • Re: Attempted summary of "RT patch acceptance" thread
      ... tries to keep the userland API as close as possible to the non-RT one, ... by increasing the kernel complexity with relative slowdown. ... RTAI quickly becomes useless (ok it can run nanosleep with fusion fine, ... RTAI/rtlinux as the only hard-RT with guaranteed deadline. ...
      (Linux-Kernel)
    • Re: [RFC] Splitting kernel headers and deprecating __KERNEL__
      ... >> two parties on an ABI doesn't imply that one party gets to define it ... imposition, kernel developers won't care. ... because there's a contract with userland that they don't want to ... change in the copy/extract/whatever of kernel headers that userland is ...
      (Linux-Kernel)
    • Re: make fails on device iir on freebsd 4.10
      ... If Generic compiles, then my file would compile too ... because I only copied Generic and comment out iir. ... My configuration file is now: ... # Kernel Configuration Files: ...
      (freebsd-questions)