代码搜索:kernel

找到约 10,000 项符合「kernel」的源代码

代码结果 10,000
www.eeworm.com/read/142113/12961577

exe kernel.exe

www.eeworm.com/read/142113/12961629

asm kernel.asm

; ; File: ; kernel.asm ; Description: ; kernel start-up code ; ; Copyright (c) 1995, 1996 ; Pasquale J. Villani ; All Rights Reserved ; ; This file is part of DOS-C. ; ; D
www.eeworm.com/read/142113/12961645

mak kernel.mak

www.eeworm.com/read/142113/12961650

cfg kernel.cfg

-f- -ff- -O -Oe -Ob -Z -k- -vi- -wpro -weas -wpre -v -X -I. -D__STDC__=0 -DTSC -DDEBUG -DKERNEL -DI86 -DPROTO -DSHWR -DASMSUPT
www.eeworm.com/read/327410/13080865

vhd kernel.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 19:24:23 03/08/2008 -- Design Name: -- Module Name: kernel - B
www.eeworm.com/read/327270/13090192

html kernel.html

www.eeworm.com/read/139738/13137059

java kernel.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; /** * An OS kernel. */ public abstract class Kernel { /** Globally accessible reference to the kernel. */ public s
www.eeworm.com/read/139294/13164184

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); //void panic(const char * str); int printf(const char * fmt, ...); int printk(const char
www.eeworm.com/read/240959/13184661

kernel makefile.kernel

# # Makefile for the linux YAFFS filesystem routines. # obj-$(CONFIG_YAFFS_FS) += yaffs.o yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o yaffs-y += yaffs_packedtags2.o yaffs_nand.o
www.eeworm.com/read/325151/13222908

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); volatile void panic(const char * str); int printf(const char * fmt, ...); int printk(cons