代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/184669/9087994
ico kernel.ico
www.eeworm.com/read/381412/9094410
kernel make.kernel
#
# BlueZ - Bluetooth protocol stack for Linux
# Copyright (C) 2000-2001 Qualcomm Incorporated
#
# Written 2000,2001 by Maxim Krasnyansky
#
# This program is free software; you ca
www.eeworm.com/read/381072/9112114
ec kernel模块.ec
www.eeworm.com/read/183991/9126966
asm kernel.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; MenuetOS Copyright 2000-2006 Ville Turjanmaa
;;
;; See file COPYING for details with these additional details:
;;
www.eeworm.com/read/380485/9145346
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/281454/9155024
h kernel.h
/************************************************************************/
/* */
/* kernel.h
www.eeworm.com/read/281384/9158876
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_packedtags1.o yaffs_packed
www.eeworm.com/read/380140/9160216
kernel readme.kernel
http://www.bootsplash.org/
Kernel stuff
ATTENTION!
Please read the following information very carefully. This kernel
patch is free software; you may redistribute it under the terms of
www.eeworm.com/read/380053/9167177
x kernel.x
//*******************************************************************
//output
void sys_putchar(char c)
{
while (((*(int *)0x6001) & 1) == 0); //check the state register of 8251, until the TxDRY
www.eeworm.com/read/380053/9167183
x kernel.x
//*******************************************************************
//output
void sys_putchar(char c)
{
while (((*(int *)0x6001) & 1) == 0);
*(int *)0x6000 = (int )c;
}
void sys_puts(char