代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/440906/1774247

t-linux

TARGET_LIBGCC2_CFLAGS += -fPIC CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS)
www.eeworm.com/read/439082/1819721

ver_linux

#!/bin/sh # Before running this script please ensure that your PATH is # typical as you use for compilation/istallation. I use # /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may # differ on yo
www.eeworm.com/read/437648/1830042

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions o
www.eeworm.com/read/437648/1830099

linux makefile.linux

# # For conditions of distribution and use, see copyright notice in libmng.h # # makefile for libmng - THE MNG library # this makefile is suitable for Linux ELF with gcc # # (this file is heavily copi
www.eeworm.com/read/435252/1865160

h linux.h

/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * i
www.eeworm.com/read/435252/1865232

c linux.c

/* linux.c - boot Linux */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/
www.eeworm.com/read/435252/1865239

c linux.c

/* linux.c - boot Linux zImage or bzImage */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc. * * GRUB is fre
www.eeworm.com/read/435252/1865241

c linux.c

/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2006,2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/428747/1955780

linux makefile.linux

CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall CC=gcc .y.c: bison -d -o $@ $< .l.c: flex -o$@ $< SRCS = main.c io.c x86emu.c int.c pci.c OBJS = main.o io.o x86emu.o int.o pci.o all :
www.eeworm.com/read/428747/1955800

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============