-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
11 lines
142 B
Makefile
11 lines
142 B
Makefile
# top level project rules for the pc virtual project
|
|
#
|
|
ARCH ?= x86
|
|
SUBARCH ?= x86-32
|
|
TARGET := pc-x86
|
|
|
|
CPU ?= legacy
|
|
|
|
MODULES += \
|
|
app/shell
|