cregit-Linux how code gets into the kernel

Release 4.10 tools/testing/selftests/x86/trivial_32bit_program.c

/*
 * Trivial program to check that we have a valid 32-bit build environment.
 * Copyright (c) 2015 Andy Lutomirski
 * GPL v2
 */

#ifndef __i386__
# error wrong architecture
#endif

#include <stdio.h>


int main() { printf("\n"); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
andy lutomirskiandy lutomirski13100.00%1100.00%
Total13100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
andy lutomirskiandy lutomirski25100.00%2100.00%
Total25100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.