代码搜索:KOS
找到约 231 项符合「KOS」的源代码
代码结果 231
www.eeworm.com/read/126383/14426349
c kos.c
#include
#include
#include
#include
#define LENR sizeof(struct ready)
#define LENW sizeof(struct wait)
/*仓库*/
int cangku=0;
/*各进程时间片统计*/
int tpa=0;
www.eeworm.com/read/121010/14775107
elf kos.elf
www.eeworm.com/read/121010/14775378
kos readme.kos
This is libjpeg-6b setup for use with KallistiOS 0.90.
Remember to read the included original README for the legal stuff.
Modifications from original:
* Configured for Dreamcast and KallistiOS in j
www.eeworm.com/read/121010/14775332
h kos_fake_func.h
#ifndef __KOS_FAKE_FUNC__
#define __KOS_FAKE_FUNC__
//#include
typedef unsigned int FILE;
FILE *stderr;
#endif
www.eeworm.com/read/121010/14775379
o kos_fake_func.o
www.eeworm.com/read/121010/14775442
c kos_fake_func.c
#include
#include
extern abi_fs_t *fs;
typedef unsigned int FILE;
FILE * fopen(const char *path, const char *mode)
{
if (mode[0] == 'r')
return (FILE *)
www.eeworm.com/read/121010/14775104
makefile
# SMS Plus! v1.0
#
# SMSPlus/Makefile
# (c)2001 Steven Harris
#
include ../dreamcast.globals
all: rm-elf kos.elf
include $(KOS_BASE)/Makefile.rules
OBJS = vmu.o dc/sq.o dc/sndstream.o
www.eeworm.com/read/121010/14775313
makefile
KALLISTIBASE = /c/dcdev/kallistios-1.0.0
include $(KALLISTIBASE)/Makefile.globals
OBJS = jcapimin.o jcapistd.o jccoefct.o jccolor.o jcdctmgr.o jchuff.o \
jcinit.o jcmainct.o jcmarker.o jcmast
www.eeworm.com/read/14545/388172
dc makefile.dc
#GL=1
CC = sh-elf-gcc -ml -m4-single-only
AR = sh-elf-ar
KOS_BASE=/prog/kos-1.1.7
INCS = -I$(KOS_BASE)/libc/include -I$(KOS_BASE)/include -I$(KOS_BASE)/kernel/arch/dreamcast/include
DEFS =-DNO_SIGNAL
www.eeworm.com/read/14187/319447
dc readme.dc
SDL for Dreamcast (beta2)
BERO
bero@geocities.co.jp
http://www.geocities.co.jp/Playtown/2004/
this work with kos-newlib
http://sourceforge.net/projects/dcquake/
compile
- edit KOS_BASE in Makef