cregit-Linux how code gets into the kernel

Release 4.10 arch/x86/boot/version.c

Directory: arch/x86/boot
/* -*- linux-c -*- ------------------------------------------------------- *
 *
 *   Copyright (C) 1991, 1992 Linus Torvalds
 *   Copyright 2007 rPath, Inc. - All Rights Reserved
 *
 *   This file is part of the Linux kernel, and is made available under
 *   the terms of the GNU General Public License version 2.
 *
 * ----------------------------------------------------------------------- */

/*
 * Kernel version string
 */

#include "boot.h"
#include <generated/utsrelease.h>
#include <generated/compile.h>


const char kernel_version[] =
	UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "
	UTS_VERSION;

Overall Contributors

PersonTokensPropCommitsCommitProp
h. peter anvinh. peter anvin2187.50%125.00%
sam ravnborgsam ravnborg28.33%250.00%
americo wangamerico wang14.17%125.00%
Total24100.00%4100.00%
Directory: arch/x86/boot
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.