2011-12-22 16:19:25 +01:00
|
|
|
#
|
|
|
|
# Specifics for the NOVA kernel API
|
|
|
|
#
|
|
|
|
|
2012-06-06 10:19:48 +02:00
|
|
|
SPECS += nova
|
2013-04-29 10:51:27 +02:00
|
|
|
SPECS += pci ps2 vesa framebuffer
|
2012-06-06 10:19:48 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Linker options that are specific for x86
|
|
|
|
#
|
2011-12-22 16:19:25 +01:00
|
|
|
LD_TEXT_ADDR ?= 0x01000000
|
2016-02-04 12:20:03 +01: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
|