-Add support for x86 legacy mode, designed for 386+ instead of pentium+ -Fixup uart driver to support com2 -Stub out PCI driver properly -Fixup IDE driver to detect legacy disks
15 lines
205 B
Makefile
15 lines
205 B
Makefile
# common libraries for -test variants
|
|
|
|
MODULES += \
|
|
app/shell \
|
|
app/stringtests \
|
|
app/tests \
|
|
lib/aes \
|
|
lib/aes/test \
|
|
lib/cksum \
|
|
lib/debugcommands \
|
|
lib/version \
|
|
|
|
WITH_CPP_SUPPORT=true
|
|
|