代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/288542/8622871
filelist
*/*/build.bat
*/*/buildall.bat
*/*/clean.bat
*/*/clobber.bat
*/*/config.b
*/*/filelist
*/*/default.bat
*/*/makefile
*/*/bin/autoexec.bat
*/*/bin/config.sys
*/*/bin/install.bat
*/*/boot/boot.asm
*/*/bo
www.eeworm.com/read/288542/8623011
makefile
#
# Makefile for Borland C++ 3.1 for kernel.sys
#
# $Id: makefile,v 1.19 2004/05/30 20:59:33 bartoldeman Exp $
#
!include "../mkfiles/generic.mak"
LIBS=..\lib\device.lib ..\lib\libm.lib
HDR=../hdr/
www.eeworm.com/read/288458/8630725
makefile
#
# Makefile for linux.
# If you don't have '-mstring-insns' in your gcc (and nobody but me has :-)
# remove them from the CFLAGS defines.
#
AS86 =as -0 -a
CC86 =cc -0
LD86 =ld -0
AS =gas
LD =gld
LD
www.eeworm.com/read/288458/8630957
makefile
#
# Makefile for the FREAX-kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/288458/8631056
makefile
AR =gar
AS =gas
CC =gcc
LD =gld
CFLAGS =-Wall -O -fstrength-reduce -fcombine-regs -fomit-frame-pointer \
-mstring-insns -nostdinc -I../include
CPP =gcc -E -nostdinc -I../include
.c.s:
$(CC) $(CFLAG
www.eeworm.com/read/288152/8651054
makefile
DEBUG = 0
OBJS := viafbdev.o hw.o iface.o tv.o via_i2c.o vt1622.o vt1622a.o dvi.o lcd.o
SRC = viafbdev.c hw.c iface.c tv.c via_i2c.c vt1622.c vt1622a.c dvi.c lcd.c
TARGET = viafb.o
INSTA
www.eeworm.com/read/387771/8654276
txt todo.txt
Stand: 19.03.2007
1. Modus "ListenOnly" testen.
2. SysFS/udev fuer Kernel 2.6.x besser integrieren
www.eeworm.com/read/287922/8660792
makefile
AR =gar
AS =gas
CC =gcc
LD =gld
CFLAGS =-Wall -O -fstrength-reduce -fcombine-regs -fomit-frame-pointer \
-mstring-insns -nostdinc -I../include
CPP =gcc -E -nostdinc -I../include
.c.s:
$(CC) $(CFLAG
www.eeworm.com/read/287922/8660932
makefile
#
# Makefile for the FREAX-kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/287922/8660979
makefile11
#
# if you want the ram-disk device, define this to be the
# size in blocks.
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a
LD86 =ld86 -0
AS =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W