add serial console 8250 UART
This commit is contained in:
@@ -5,7 +5,7 @@ PROG = boot
|
||||
SRCS = srt0.S gdt.S boot.c
|
||||
OBJS = srt0.o gdt.o boot.o
|
||||
|
||||
ESRCS = console.c print.c a20.c time.c
|
||||
ESRCS = pccon.c sricon.c print.c a20.c time.c
|
||||
OBJS += $(ESRCS:.c=.o)
|
||||
|
||||
include $(SDIR)/Makefile.inc
|
||||
|
||||
Reference in New Issue
Block a user