split printf into a separate file, to make console.c more like a driver

This commit is contained in:
Robert Morris 2019-07-27 03:49:03 -04:00
parent 734faa27ac
commit 281d450a08
5 changed files with 168 additions and 134 deletions

View file

@ -5,6 +5,7 @@ OBJS = \
$K/entry.o \
$K/start.o \
$K/console.o \
$K/printf.o \
$K/uart.o \
$K/kalloc.o \
$K/spinlock.o \