代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/291779/8396357
ncb system.ncb
www.eeworm.com/read/291779/8396391
plg system.plg
Build Log
--------------------Configuration: system - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\hyy\
www.eeworm.com/read/291779/8396398
mak system.mak
# Microsoft Developer Studio Generated NMAKE File, Based on system.dsp
!IF "$(CFG)" == ""
CFG=system - Win32 Release
!MESSAGE No configuration specified. Defaulting to system - Win32 Release.
!END
www.eeworm.com/read/291779/8396405
dep system.dep
# Microsoft Developer Studio Generated Dependency File, included by system.mak
www.eeworm.com/read/291779/8396413
opt system.opt
www.eeworm.com/read/291779/8396575
h system.h
//// 切换到用户模式运行。
// 该函数利用iret 指令实现从内核模式切换到用户模式(初始任务0)。
#define move_to_user_mode() \
__asm__ ( "movl %%esp,%%eax\n\t" \ // 保存堆栈指针esp 到eax 寄存器中。
"pushl $0x17\n\t" \ // 首先将堆栈段选择符(SS)入栈。
"pushl %%eax\n
www.eeworm.com/read/391517/8399483
ico system (linux).ico
www.eeworm.com/read/291498/8412440
h system.h
#define move_to_user_mode() \
__asm__ ("movl %%esp,%%eax\n\t" \
"pushl $0x17\n\t" \
"pushl %%eax\n\t" \
"pushfl\n\t" \
"pushl $0x0f\n\t" \
"pushl $1f\n\t" \
"iret\n" \
"1:\tmovl $0x17,%%eax\n\t
www.eeworm.com/read/291452/8417741