代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/288458/8630848

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
www.eeworm.com/read/288247/8646300

pdf kernel.pdf

www.eeworm.com/read/287922/8660888

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
www.eeworm.com/read/386806/8725483

h kernel.h

#ifndef _LINUX_KERNEL_H #define _LINUX_KERNEL_H /* * 'kernel.h' contains some often-used function prototypes etc */ #ifdef __KERNEL__ #include #define INT_MAX ((int
www.eeworm.com/read/286115/8787895

exe kernel.exe

www.eeworm.com/read/286115/8787943

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/286115/8787965

mak kernel.mak

www.eeworm.com/read/286115/8787972

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/429611/8799013

c kernel.c

/* Non pre-empting synchronization kernel, machine-independent portion * Copyright 1992 Phil Karn, KA9Q */ #if defined(PROCLOG) || defined(PROCTRACE) #include #endif #include
www.eeworm.com/read/285810/8816482

c kernel.c

/* GazOS Operating System Copyright (C) 1999 Gareth Owen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License