Moved all client-side console code to kernel.

This commit is contained in:
Eric Pouech 2002-07-31 19:20:28 +00:00 committed by Alexandre Julliard
parent 99d8b7f755
commit 05d42e5b2f
5 changed files with 1411 additions and 1457 deletions

View file

@ -11,6 +11,7 @@ C_SRCS = \
comm.c \
console.c \
debugger.c \
editline.c \
format_msg.c \
kernel_main.c \
stress.c \

File diff suppressed because it is too large Load diff

View file

@ -85,9 +85,7 @@ C_SRCS = \
$(TOPOBJDIR)/scheduler/syslevel.c \
$(TOPOBJDIR)/scheduler/thread.c \
$(TOPOBJDIR)/scheduler/timer.c \
$(TOPOBJDIR)/win32/console.c \
$(TOPOBJDIR)/win32/device.c \
$(TOPOBJDIR)/win32/editline.c \
$(TOPOBJDIR)/win32/except.c \
$(TOPOBJDIR)/win32/init.c \
$(TOPOBJDIR)/win32/kernel32.c \

File diff suppressed because it is too large Load diff