Moved all client-side console code to kernel.
This commit is contained in:
parent
99d8b7f755
commit
05d42e5b2f
|
@ -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
|
@ -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 \
|
||||
|
|
1454
win32/console.c
1454
win32/console.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue