代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/419363/10872562
edb kernel.edb
www.eeworm.com/read/419363/10872566
edt kernel.edt
www.eeworm.com/read/274335/10875555
kernel gnumakefile.kernel
## Linux users should uncomment this when using gcc
CFLAGS += -mieee-fp
## if you have the vfork() system call available (most Un*x systems),
## use it to spawn the checkpoint file compression proces
www.eeworm.com/read/419284/10877350
obj kernel.obj
www.eeworm.com/read/419284/10877395
f kernel.f
www.eeworm.com/read/419284/10877403
cpp kernel.cpp
www.eeworm.com/read/274071/10888915
h kernel.h
/************************************************************************/
/* */
/* kernel.h
www.eeworm.com/read/273824/10899983
txt kernel.txt
Definitions
~~~~~~~~~~~
Userspace filesystem:
A filesystem in which data and metadata are provided by an ordinary
userspace process. The filesystem can be accessed normally through
the kernel
www.eeworm.com/read/273025/10931116
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/272635/10951377