代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/410728/2204436
mt linux.mt
# Target: Renesas M32R running GNU/Linux
TDEPFILES= m32r-tdep.o m32r-linux-tdep.o remote-m32r-sdi.o glibc-tdep.o solib.o solib-svr4.o solib-legacy.o
DEPRECATED_TM_FILE= config/tm-linux.h
SIM_OBS = re
www.eeworm.com/read/410728/2204438
mh linux.mh
# Host: M32R based machine running GNU/Linux
NAT_FILE= nm-linux.h
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
m32r-linux-nat.o gcore.o proc-service.o thread-db.o \
linux-nat.o
LOAD
www.eeworm.com/read/409921/2222723
h linux.h
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
#include
#ifndef NULL
#define NULL (void*)0
#endif
typedef struct page {
int x;
} mem_map_t;
/* i386
www.eeworm.com/read/409921/2224077
s linux.s
/*
* FreeLoader
* Copyright (C) 1998-2002 Brian Palmer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/409921/2224139
h linux.h
/*
* FreeLoader
* Copyright (C) 1998-2003 Brian Palmer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/408818/2245112
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/408818/2245132
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/406309/2278644
cf linux.cf
XCOMM platform: $TOG: linux.cf /main/36 1997/06/16 22:21:03 kaleb $
XCOMM platform: $XFree86: xc/config/cf/linux.cf,v 3.57.2.12 1998/03/01 01:57:10 dawes Exp $
#ifndef LinuxElfDefault
#define Linux
www.eeworm.com/read/404049/2307579
linux makefile.linux
#
# LINUX SPECIFIC CONFIGURATION
#
ARCH := $(shell uname -m)
DESTDIR ?=
LIBDIR = $(DESTDIR)$(shell if [ "$(ARCH)" = "x86_64" -a -d "/usr/lib64" ]; then echo "/usr/lib64"; else echo "/usr/lib"; fi)
S
www.eeworm.com/read/403801/2308796
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