From f944f887470713b737cfe0bd704fd4c97318754b Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 1 Nov 2022 15:20:17 +0200 Subject: makefile: add Makefile.config --- .config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config (limited to '.config') diff --git a/.config b/.config new file mode 100644 index 0000000..a843a13 --- /dev/null +++ b/.config @@ -0,0 +1,22 @@ + +# +# Toolchain +# +CONFIG_CCFLAGS="" +CONFIG_LDFLAGS="" +# end of Toolchain + +# +# Target +# +CONFIG_ARCH_i686=y +# end of Target + +# +# Devices +# +CONFIG_PIC_8259=y +CONFIG_UART_16550=y +CONFIG_VGA_TEXT_MODE=y +CONFIG_KB_PS2=y +# end of Devices -- cgit v1.2.1