代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/143791/5755293
h zpc1900.h
/*
* Copyright (C) 2003 Arabella Software Ltd.
* Yuli Barcohen
*
* U-Boot configuration for Zephyr Engineering ZPC.1900 board.
* This port was developed and tested on Revisi
www.eeworm.com/read/136865/5842168
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested with Bo
www.eeworm.com/read/136815/5856860
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested with Bo
www.eeworm.com/read/136571/5868209
readme
January 9, 1995:
=====
Pre-release caveats:
- has only been tested with gcc. (I'm not sure we will even bother
with acc, or cc in the future).
- I'm fully aware of the warnings received by
www.eeworm.com/read/136072/5874039
bfin readme.bfin
README for uClibc on the blackfin architecture
developed/tested with bfin-elf-gcc 3.4.1, from
Configuration:
Read and edit the Config file, carefully.
TARGET_ARCH=blackfin
CROSS = bfin-elf-
CC
www.eeworm.com/read/135955/5876000
c main.c
/*
* main.c -- scullv: the scull-virtual char driver
*
* Tested with 2.0 on the x86, Sparc
*
* Mmap is not available on the Sparc, as pgd_offset etc. are not
* yet exported to modules. Nonethele
www.eeworm.com/read/135955/5876094
c skull_init.c
/*
* skull.c -- sample typeless module.
*
* BUGS:
* -it only runs on intel platforms.
* -readb() should be used (see short.c): skull doesn't work with 2.1
*
* Tested with 1.2 and 2.0 on the
www.eeworm.com/read/135955/5876098
c master.c
/*
* master.c -- the master module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#en
www.eeworm.com/read/135955/5876102
c import.c
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
www.eeworm.com/read/135955/5876104
c slaveh.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi