-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
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# top level project rules for the pc-x86-64-test project
|
|
#
|
|
ARCH := x86
|
|
SUBARCH := x86-64
|
|
|
|
include project/target/pc.mk
|
|
include project/virtual/test.mk
|