Location:
Search - SysCall.c
Search list
Description: 《Windows图形编程》的随书源码
希望对大家有帮助啊,呵呵,它是一本书的源代码。-"Windows Graphics Programming" book with the hope that the source of all help ah, what It is a book of the source code.
Platform: |
Size: 2473984 |
Author: 马云 |
Hits:
Description: Nachos是个教学用的小型操作系统,比较适合分析,使用MIPS指令集-Nachos is a teaching small operating system, more suitable for analysis, using the MIPS instruction set
Platform: |
Size: 484352 |
Author: nepnus |
Hits:
Description: fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME)
fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME)
fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE)
fprintf(stdout,"\t-b : (Must use 1st)specify the GPIO Bank index\n\t\t==>GPA s index is 0, PB s index is 1 ... GPH s index is 7, GPJ s index is 8\n")
fprintf(stdout,"\t-n : (Must use 2nd)specify the GPIO num in GPIO Bank\n")
fprintf(stdout,"\t-c : Config the GPIO type(GPA use)\n\t\t==>OUTPUT: -c 0x00 , Special use: -c 0x01 \n")
fprintf(stdout,"\t-c : Config the GPIO type(GPB--J use)\n\t\t==>INPUT: -c 0x00 , OUTPUT: -c 0x01 , Special use: -c 0x02 , Reserved: -c 0x03 \n")
fprintf(stdout,"\t-w : Write value to GPIO pin s Data_reg\n")
fprintf(stdout,"\t-p : Config value to GPIO pin s Pullup_reg\n\t\t==>Enable: -p 0x00 , Disable: -p 0x01 \n") -fprintf(stdout,"\t-s : Show the GPIO pin Config_reg s value\n")
fprintf(stdout,"\t-d : Display the GPIO pin Pullup_reg s value\n")
fprintf(stdout,"\t-h : This help information\n\n")
Platform: |
Size: 3072 |
Author: 李建永 |
Hits:
Description: sys_frv.c: FRV arch-specific syscall wrappers.
Platform: |
Size: 1024 |
Author: xongsjp |
Hits:
Description: This should go in the declaration of syscall, but when I do that, strace -f -c bash -c ls ls breaks, sometimes not tracing.
-This should go in the declaration of syscall, but when I do that, strace -f -c bash -c ls ls breaks, sometimes not tracing.
Platform: |
Size: 2048 |
Author: ydzmce |
Hits:
Description: Non-typical guard macro to enable inclusion twice in ARCH sys.c That is how the Generic syscall wrapper generator works.
Platform: |
Size: 6144 |
Author: fiukahon |
Hits:
Description: Non-typical guard macro to enable inclusion twice in ARCH sys.c That is how the Generic syscall wrapper generator works.
Platform: |
Size: 1024 |
Author: lwdrpeng |
Hits:
Description: Mips Simulator in c. Implemented operations =>
OPCODES {
ADDI=0x08, ANDI=0x0C, BEQ=0x04, BNE=0x05, EXT=0x00, J=0x02, JAL=0x03, LW=0x23, ORI=0x0D, SW=0x2B
}
FUNCT {
ADD=0x20, SUB=0x22, MULT=0x18, AND=0x24, OR=0x25, XOR=0x26,
NOR=0x27, SLT=0x2A, JR=0x08, SLL=0x00, SRL=0x02,
SRA=0x03, SYSCALL=0x0c, MFHI=0x10, MFLO=0x12
}
Platform: |
Size: 1699840 |
Author: populoso |
Hits: