代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/240577/4571789
p linux.p
linux.o: linux.c ../../include/blob/config.h ../../include/blob/linux.h \
../../include/blob/arch.h ../../include/blob/arch/mba44b0.h \
../../include/blob/command.h ../../include/blob/types.h \
www.eeworm.com/read/240577/4571830
c linux.c
/*
* linux.c: support functions for booting a kernel
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it u
www.eeworm.com/read/238768/4609918
pl linux.pl
#!/usr/local/bin/perl
#
# linux.pl - the standard unix makefile stuff.
#
$o='/';
$cp='/bin/cp';
$rm='/bin/rm -f';
# C compiler stuff
$cc='gcc';
if ($debug)
{ $cflags="-g2 -ggdb -DREF_CHECK -DCRYPT
www.eeworm.com/read/237227/4629388
tex linux.tex
Debugging efsl on embedded devices is a rather hard job, because
you can't just printf debug strings or watch memory maps easily.
Because of that, core development has been performed under the
Linux
www.eeworm.com/read/237163/4630824
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/237163/4630844
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/233693/4665498
h linux.h
#include "sysv.h"
#define DONT_USE_NLIST 1
#undef NPROC_SYMBOL
#undef bsdlike
#define ARP_SCAN_FOUR_ARGUMENTS
/* uncomment this to read process names from /proc/X/cmdline (like
www.eeworm.com/read/233448/4669620
s linux.s
/* -----------------------------------------------------------------------
linux.S - (c) 2003-2004 Randolph Chung
HPPA Foreign Function Interface
Permission is hereby gra
www.eeworm.com/read/233448/4669656
h linux.h
/* Definitions for Linux for S/390.
Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weig
www.eeworm.com/read/233448/4669687
h linux.h
/* Definitions for SH running Linux-based GNU systems using ELF
Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Contributed by Kazumoto Kojima