split printf into a separate file, to make console.c more like a driver
This commit is contained in:
parent
734faa27ac
commit
281d450a08
5 changed files with 168 additions and 134 deletions
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue