Major refactor of x86 code into a single arch. Also bump both 32 and 64 bit to running the kernel at a 'high' address.
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# top level project rules for the pc-x86-64-test project
|
|
#
|
|
ARCH := x86
|
|
SUBARCH := x86-64
|
|
TARGET := pc-x86
|
|
MODULES += \
|
|
app/shell
|
|
|
|
include project/virtual/test.mk
|