2011-12-22 15:19:25 +00:00
|
|
|
#
|
|
|
|
# Specifics for the NOVA kernel API
|
|
|
|
#
|
|
|
|
|
2012-06-06 08:19:48 +00:00
|
|
|
SPECS += nova
|
2013-04-29 08:51:27 +00:00
|
|
|
SPECS += pci ps2 vesa framebuffer
|
2012-06-06 08:19:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Linker options that are specific for x86
|
|
|
|
#
|
2011-12-22 15:19:25 +00:00
|
|
|
LD_TEXT_ADDR ?= 0x01000000
|
2016-02-04 11:20:03 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# We would normally have to do this only in the kernel lib. We do it in
|
|
|
|
# general nonetheless to ensure that the kernel port, if missing, is added to
|
|
|
|
# the missing-ports list of the first build stage. The kernel lib is evaluated
|
|
|
|
# only at a later build stage.
|
|
|
|
#
|
|
|
|
NOVA_SRC_DIR := $(call select_from_ports,nova)/src/kernel/nova
|