mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2025-12-25 11:10:10 +00:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
menu "Architecture"
|
|
config POSITION_INDEPENDENT
|
|
bool "Code relocation during early boot"
|
|
help
|
|
Say Y if your previous bootloader loads uniLoader at an unknown
|
|
or different address every time.
|
|
|
|
config LINUX_KRNL_HEADER_IMG
|
|
bool "Append Linux header"
|
|
help
|
|
Say Y if your want to appened a linux kernel image header to
|
|
uniLoader.
|
|
endmenu
|