代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/124879/14530210
markfile
#
00100 ! This is the subroutine called by start386, it shares the same stack with
00101 ! bootmanager, it will continue init the kernel execution environment.
00102
00103 .sect .text
00104
www.eeworm.com/read/124879/14530293
asm start386.asm
;/++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; we first fetch the information we need from stack passed
; by startstuix subroutine in bootmanager, then setup the
www.eeworm.com/read/124879/14530345
asm start386.asm
;/++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; we first fetch the information we need from stack passed
; by startstuix subroutine in bootmanager, then setup the
www.eeworm.com/read/223659/14621414
bas module_api.bas
Attribute VB_Name = "Module_API"
Option Explicit
'读写系统配置文件
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVa
www.eeworm.com/read/223656/14621457
bas module_api.bas
Attribute VB_Name = "Module_API"
'读写系统配置文件
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any,
www.eeworm.com/read/123586/14622698
vb rs232.vb
'Keith Langer 2/5/02
'Modified to handle overlapped IO and provide asynchronous read/write
Imports System
Imports System.Runtime.InteropServices
Imports Microsoft.VisualBasic
Imports System.Threa
www.eeworm.com/read/223597/14622782
makefile
# Comment/uncomment the following line to enable/disable debugging
#DEBUG = y
# Change it here or specify it on the "make" commandline
INCLUDEDIR = /usr/include
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g
www.eeworm.com/read/223597/14622805
c slaveh.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
* Tested with 2.1.43 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifn
www.eeworm.com/read/223597/14622810
c slaved.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
* Tested with 2.1.43 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifn
www.eeworm.com/read/223597/14622816
c slave.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
* Tested with 2.1.43 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifn