代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/291779/8396332
dsp system.dsp
# Microsoft Developer Studio Project File - Name="system" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ge
www.eeworm.com/read/291779/8396391
plg system.plg
Build Log
--------------------Configuration: system - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\hyy\
www.eeworm.com/read/291779/8396398
mak system.mak
# Microsoft Developer Studio Generated NMAKE File, Based on system.dsp
!IF "$(CFG)" == ""
CFG=system - Win32 Release
!MESSAGE No configuration specified. Defaulting to system - Win32 Release.
!END
www.eeworm.com/read/291779/8396408
bak system.dsp.bak
# Microsoft Developer Studio Project File - Name="system" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ge
www.eeworm.com/read/291779/8396431
makefile
#
# if you want the ram-disk device, define this to be the # 如果你要使用RAM 盘设备的话,就
# size in blocks. # 定义块的大小。
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a # 8086 汇编编译器和连接器,见列表后的介绍。后带的参数含义分别
LD86 =ld86 -0
www.eeworm.com/read/291779/8396571
h memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user programs (
www.eeworm.com/read/291779/8396651
makefile
AR =gar # GNU 的二进制文件处理程序,用于创建、修改以及从归档文件中抽取文件。
AS =gas # GNU 的汇编程序。
CC =gcc # GNU C 语言编译器。
LD =gld # GNU 的连接程序。
# C 编译程序选项。-Wall 显示所有的警告信息;-O 优化选项,优化代码长度和执行时间;
# -fstrength-reduce 优化循环执行代码,排除重复变量;-fomi
www.eeworm.com/read/291639/8406385
rc
insmod /mnt/nfs/modules/2.4.18-rmk7-pxa1/kernel/arch/arm/mach-s3c2410/pcipool.o
insmod /mnt/nfs/modules/2.4.18-rmk7-pxa1/kernel/arch/arm/mach-s3c2410/pcibuf.o
insmod /mnt/nfs/modules/2.4.18-rmk7-pxa1/
www.eeworm.com/read/291498/8412327
makefile
#
# 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 =as
LD =ld
LDFLAGS =-m elf_i386 -Ttext 0 -e startup_32
CC =
www.eeworm.com/read/291498/8412449
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