ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
19 lines
332 B
Bash
19 lines
332 B
Bash
MACHINE=
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
SCRIPT_NAME=elfxgate
|
|
OUTPUT_FORMAT="elf32-xgate"
|
|
ROM_START_ADDR=0x08000
|
|
ROM_SIZE=0x8000
|
|
RAM_START_ADDR=0x01100
|
|
RAM_SIZE=0x6F00
|
|
EEPROM_START_ADDR=0x0800
|
|
EEPROM_SIZE=2048
|
|
TEXT_MEMORY=text
|
|
DATA_MEMORY=data
|
|
EEPROM_MEMORY=eeprom
|
|
ARCH=xgate
|
|
MAXPAGESIZE=32
|
|
EMBEDDED=yes
|
|
GENERIC_BOARD=no
|