Fixed bug relating to FS and MEMORY during startup;

Relocated some syslib functions to utils library;
Changed location of 'Multiuser startup ..." echo in /etc/rc
This commit is contained in:
Jorrit Herder
2005-06-06 09:30:44 +00:00
parent f2a85e58d9
commit c281867f46
22 changed files with 121 additions and 148 deletions

View File

@@ -7,9 +7,6 @@ LIBSYS = ../libsys.a
all: $(LIBSYS)
OBJECTS = \
$(LIBSYS)(kmalloc.o) \
$(LIBSYS)(kprintf.o) \
$(LIBSYS)(kputc.o) \
$(LIBSYS)(sys_times.o) \
$(LIBSYS)(sys_getuptm.o) \
$(LIBSYS)(sys_abort.o) \
@@ -50,15 +47,6 @@ $(LIBSYS): $(OBJECTS)
aal cr $@ *.o
rm *.o
$(LIBSYS)(kmalloc.o): kmalloc.c
$(CC1) kmalloc.c
$(LIBSYS)(kprintf.o): kprintf.c
$(CC1) kprintf.c
$(LIBSYS)(kputc.o): kputc.c
$(CC1) kputc.c
$(LIBSYS)(sys_times.o): sys_times.c
$(CC1) sys_times.c