head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 halite:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2002.09.23.13.50.35;  author halite;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2002.09.23.13.50.35;  author halite;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@.S.o:
	$(CC) $(AFLAGS) -traditional -c -o $*.o $<

all: kernel.o head.o init_task.o

O_TARGET = kernel.o 
O_TARGET_OBJS = setup.o traps.o trap_lowlevel.o sched.o irq.o time.o

include $(TOPDIR)/Rules.make
@


1.1.1.1
log
@toykernel
@
text
@@
