add serial console 8250 UART

This commit is contained in:
2024-12-05 22:08:53 +09:00
parent dbb2d58280
commit 11097add40
9 changed files with 295 additions and 25 deletions

View File

@@ -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