diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-01-20 21:31:23 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-01-20 21:31:23 -0600 |
commit | 7a6cf86e4dd3094ed5aa41bf76d93c28c89e85e7 (patch) | |
tree | dd076e1a2307b8f2d5ee26b8df118ba45604ad1d /arch/i386/make.config | |
parent | include: append "_H" to include guards (diff) | |
download | box-7a6cf86e4dd3094ed5aa41bf76d93c28c89e85e7.tar.gz box-7a6cf86e4dd3094ed5aa41bf76d93c28c89e85e7.tar.zst box-7a6cf86e4dd3094ed5aa41bf76d93c28c89e85e7.zip |
i386: add serial port support
Add support for serial communication in the i386 architecture.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to '')
-rw-r--r-- | arch/i386/make.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/make.config b/arch/i386/make.config index a5049af..680760f 100644 --- a/arch/i386/make.config +++ b/arch/i386/make.config @@ -4,3 +4,4 @@ KERNEL_ARCH_LIBS= KERNEL_ARCH_OBJS=$(ARCHDIR)/boot.o \ $(ARCHDIR)/tty.o \ + $(ARCHDIR)/serial.o \ |