Restructure serial in order to prepare for usbserial. As a byproduct simultaneous serial consoles are possible
This commit is contained in:
parent
03f286ea9f
commit
75eb7d1116
10 changed files with 733 additions and 295 deletions
|
@ -56,7 +56,7 @@ multiboot2_mod_ASFLAGS = $(COMMON_ASFLAGS)
|
|||
|
||||
# For serial.mod.
|
||||
pkglib_MODULES += serial.mod
|
||||
serial_mod_SOURCES = term/serial.c
|
||||
serial_mod_SOURCES = term/serial.c term/ns8250.c
|
||||
serial_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
serial_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue