代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/189083/8490606
wav system.wav
www.eeworm.com/read/290154/8501986
c system.c
/*
*********************************************************************************************************
* IOPORT functions
*
*
* File : IOPORT.C
www.eeworm.com/read/290068/8507334
asm system.asm
[bits 32]
[section .text]
global _sysEntry ;system kernel entry
extern _main ;we must programme use gcc
;ok,kernel start at here
_sysEntry:
;move itself to 9000h,a
www.eeworm.com/read/290068/8507336
o system.o
www.eeworm.com/read/290068/8507345
h system.h
/*
* system.h
*
*/
#ifndef _SYSTEM_H
#define _SYSTEM_H
/* move into user mode. */
#define move_to_user_mode()\
asm(\
"movl %%esp,%%eax;"\
"pushl $0x17;"\
"pushl %%eax;"\
"pu
www.eeworm.com/read/290068/8507370
bin system.bin
www.eeworm.com/read/389423/8522789
cfg system.cfg
.IFNDEF _SYSTEM_CFG_
_SYSTEM_CFG_ .EQU 1
ZARDOZ .EQU 1
R2500AD .EQU 0
ASSEMBLER .EQU ZARDOZ
FIRMWARE_VER_MAJOR .EQU 2005h
FIRMWARE_VER_MINOR .EQU 0301h
FIRMWARE_VER_SERIAL .EQU 01h
www.eeworm.com/read/188592/8526257
h system.h
#include "cdefBF533.h"
#include "ccblkfn.h"
#include "sys/exception.h"
#include "sysreg.h"
#include "string.h"
#define uchar unsigned char
#define ushort unsigned short
#define uint unsign
www.eeworm.com/read/188480/8538218
h system.h
#ifndef __SYSTEM_DEFINED
#define __SYSTEM_DEFINED
//--------------------------------------------------------------------------//
// Header files //
//----------------------------
www.eeworm.com/read/433214/8539576