Convert from uart_puts to kprintf
This commit is contained in:
parent
7018424278
commit
a6ae43f583
4 changed files with 14 additions and 24 deletions
3
Makefile
3
Makefile
|
|
@ -45,7 +45,8 @@ KERNEL_OBJ := \
|
|||
kern/libkern/panic.o \
|
||||
kern/libkern/memory.o \
|
||||
kern/libkern/spinlock.o \
|
||||
kern/libkern/mini-printf.o
|
||||
kern/libkern/mini-printf.o \
|
||||
kern/libkern/stdio.o
|
||||
|
||||
kern/kernel.elf: $(KERNEL_OBJ)
|
||||
@echo LD $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue