Hello world over serial
This commit is contained in:
7
kernel/libk/src.mk
Normal file
7
kernel/libk/src.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
c += libk/string.c \
|
||||
libk/printf.c \
|
||||
libk/putchar_.c
|
||||
|
||||
o += libk/string.o \
|
||||
libk/printf.o \
|
||||
libk/putchar_.o
|
||||
Reference in New Issue
Block a user