代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/102935/6225427

c init_task.c

#include #include #include #include #include static struct fs_struct init_fs = INIT_FS; static struct files_struct in
www.eeworm.com/read/212230/15162636

makefile

INCLUDE = ../include include ../makefile.os LIB_TARGET = ../lib/mm.a OBJ_DIR = ../obj/ ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = $(OBJ_DIR)memory.o CFILES := $(COBJS:%.o=%.c) OBJS =
www.eeworm.com/read/212230/15162642

makefile

INCLUDE = ../../include include ../../makefile.os LIB_TARGET = ../../lib/block.a ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = ../../obj/hd.o CFILES := $(COBJS:%.o=%.c) OBJS = $(COBJS
www.eeworm.com/read/212230/15162644

makefile

INCLUDE = ../../include include ../../makefile.os LIB_TARGET = ../../lib/char.a ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = ../../obj/console.o \ ../../obj/keyboard.o \ ../../obj/tty_io.o
www.eeworm.com/read/212230/15162706

makefile

INCLUDE = ../include include ../makefile.os LIB_TARGET = ../lib/kernel.a OBJ_DIR = ../obj/ ASMOBJS = ASMFILES = $(ASMOBJS:%.o=%.asm) COBJS = $(OBJ_DIR)irq.o \ $(OBJ_DIR)printk.o \
www.eeworm.com/read/212230/15162728

makefile

INCLUDE = ../include include ../makefile.os LIB_TARGET = ../lib/test.a OBJ_DIR = ../obj/ ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = $(OBJ_DIR)usertest.o CFILES := $(COBJS:%.o=%.c) OBJS
www.eeworm.com/read/212230/15162733

makefile

INCLUDE = ../include include ../makefile.os LIB_TARGET = ../lib/kernellib.a OBJ_DIR = ../obj/ ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = $(OBJ_DIR)ctype.o \ $(OBJ_DIR)errno.o \
www.eeworm.com/read/162789/5514562

makefile

INCLUDE = ../../include include ../../makefile.os LIB_TARGET = ../../lib/chr_drv.a ASMOBJS = ASMFILES= $(ASMOBJS:%.o=%.asm) COBJS = ../../obj/console.o \ ../../obj/keyboard.o \ ../../obj/tty_i
www.eeworm.com/read/161121/5555835

c init_task.c

#include #include #include #include static struct fs_struct init_fs = INIT_FS; static struct files_struct init_files = INIT_FILES; static
www.eeworm.com/read/161121/5556447

c init_task.c

/* * linux/arch/arm/kernel/init_task.c */ #include #include #include #include #include #include static str