代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/128193/14311513

m display.m

function display(ker) % DISPLAY % % Display a textual representation of a linear kernel object. % % display(ker); % % File : @linear/display.m % % Date : Tuesday 12th Se
www.eeworm.com/read/128096/14315445

c loadkernel.c

#include "typdef.h" extern char kernel[]; void loadkernel() { int i; char *to; char *from; void (*fp)(void); fp = (void (*)(void))0x8000; to = (char*)0x8000; from =
www.eeworm.com/read/127771/14335474

bas myini.bas

Attribute VB_Name = "ini" Declare Function WritePrivateProfileString _ Lib "kernel32" Alias "WritePrivateProfileStringA" _ (ByVal lpApplicationname As String, ByVal _ lpKeyName As Any, ByVal lsStr
www.eeworm.com/read/229450/14338736

bas mmapfileintomemory.bas

Attribute VB_Name = "mMapFileIntoMemory" Option Explicit Public Declare Function MapViewOfFile _ Lib "kernel32.dll" (ByVal hFileMappingObject As Long, _
www.eeworm.com/read/127372/14357755

h type.h

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/mm/type.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 160
www.eeworm.com/read/127261/14363834

changelog

4.1.2 * fixed create_bootdisk.sh (adding | head -n 1) * added mv command to initrd * added cut command to initrd * implemented tohd and fromhd boot options 4.1.1 * added documentation DOC
www.eeworm.com/read/126912/14395803

bas windowsapifunction.bas

Attribute VB_Name = "mduWindowsApiFunction" Public Declare Function FindFirstFile Lib "kernel32" Alias "FindFirstFileA" (ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long Public
www.eeworm.com/read/126027/14451494

test_setup

#!/usr/bin/perl sub indent { my($str) = @_; $str =~ s/\n\s*(.)/\n \1/g; $str =~ s/^\s*//; return " $str"; } sub info { my $info = `modinfo -d $_[0]`; return $info if ($info
www.eeworm.com/read/125685/14479118

bas baswinapi.bas

Attribute VB_Name = "basWinAPI" Option Explicit 'misc WinApi declares and constants are here Public Const WS_CHILD As Long = &H40000000 Public Const WS_VISIBLE As Long = &H10000000 Public Const
www.eeworm.com/read/124879/14530205

s msx686.s

# ! This is the subroutine called by start386, it shares the same stack with ! bootmanager, it will continue init the kernel execution environment. .sect .text begtext: .sect .rom begrom: .sect .data