From 78c415e53055ca35f67a6719e2af8e83572cdf5c Mon Sep 17 00:00:00 2001 From: Joerg Deckert Date: Tue, 29 Apr 2014 20:12:01 +0200 Subject: [PATCH] make.sh builds regflash.binary and additionally regforth.binary --- flash/regnatix/regflash.spin | 6 +++--- make.sh | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flash/regnatix/regflash.spin b/flash/regnatix/regflash.spin index 963221b..de727fa 100644 --- a/flash/regnatix/regflash.spin +++ b/flash/regnatix/regflash.spin @@ -56,11 +56,11 @@ word[7] - DCURR - Stack pointer. This is the initial value of the stack pointer. CON ' KONFIGURATION { - Achtung: Nur eine Konfiguration wählen! + Achtung: Nur eine Konfiguration wählen! Beim Bauen mittels Makefiles keines aktivieren" } -'#define forth ' forth + spin-loader -#define regime ' spin-loader OHNE FORTH, reg.sys wird sofort automatisch gestartet +#define forth ' forth + spin-loader +'#define regime ' spin-loader OHNE FORTH, reg.sys wird sofort automatisch gestartet CON ' LOADER-KONSTANTEN diff --git a/make.sh b/make.sh index e3ed20e..079ed69 100755 --- a/make.sh +++ b/make.sh @@ -36,9 +36,12 @@ mv belflash.binary ${sdsys}/vga.bel ${BSTC} -L ${libpath} ${D} -D __TV -b -O a flash/bellatrix/belflash.spin mv belflash.binary ${sdsys}/tv.bel -${BSTC} -L ${libpath} ${D} -b -O a flash/regnatix/regflash.spin +${BSTC} -L ${libpath} ${D} -D regime -b -O a flash/regnatix/regflash.spin mv regflash.binary ${flash} +${BSTC} -L ${libpath} ${D} -D forth -b -O a flash/regnatix/regflash.spin +mv regflash.binary ${flash}/regforth.binary + # ---------------------------------------------------------------- # Startdateie erzeugen # reg.sys (Regime) @@ -58,8 +61,6 @@ ${BSTC} -L ${libpath} ${D} -D __ADM_FAT -D __ADM_AYS -b -O a flash/administra/ad mv admflash.binary ${sdsys}/admay.adm ${BSTC} -L ${libpath} ${D} -D __ADM_FAT -D __ADM_HSS -D __ADM_LAN -D __ADM_RTC -D __ADM_COM -b -O a flash/administra/admflash.spin mv admflash.binary ${sdsys}/admnet.adm -${BSTC} -L ${libpath} ${D} -D __ADM_FAT -D __ADM_FAT_EXT -D __ADM_RTC -D __ADM_SID -D __ADM_PLX -D __ADM_DCF -D __ADM_BLT -b -O a flash/administra/admflash.spin -mv admflash.binary ${sdsys}/plexus.adm ${BSTC} -L ${libpath} ${D} -b -O a system/bellatrix/bel-htext/htext.spin mv htext.binary ${sdsys}/htext.bel