Changeset 188 for trunk/bootcode
- Timestamp:
- Nov 7, 2017, 7:12:56 AM (8 years ago)
- Location:
- trunk/bootcode
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.md5
r182 r188 1 7 611b247c861439e5e1819e403099ccfairboot.bin1 7af8922d9ad553da88e32c98ee2717cd airboot.bin -
trunk/bootcode/bldlevel.inc
r182 r188 32 32 33 33 ; 34 ; For some reason JWasm and Tasm do n't accept 'EN' for instance, but need34 ; For some reason JWasm and Tasm do not accept 'EN' for instance, but need 35 35 ; it to be split-up. While 'iEN' does work. So all the strings that were not 36 36 ; accepted are split-up. -
trunk/bootcode/fc.mnu
r186 r188 3 3 # 4 4 5 B: Build Development Version [EN] 5 I: Information 6 make dev-info 7 -: ------------------------------------- 8 B: Build Anonymous Dev Version [EN] 6 9 wmake -h dev DEV_BLD_LANG=en %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 7 V: Build Vendor Dev Version [EN] 8 wmake -h dev DEV_BLD_LANG=en 9 M: Build Development Version [??] 10 V: Build Vendor Dev Version [EN] 11 wmake -h dev DEV_BLD_LANG=en %CRC_IGNORE=y 12 F: Build Fake Release Version [EN] 13 wmake dev DEV_BLD_LANG=en %RELEASE=y 14 -: ------------------------------------- 15 L: Build Anonymous Dev Version [LANG] 10 16 { 11 17 1: English 12 wmake -h dev DEV_BLD_LANG=en 13 2: German 14 wmake -h dev DEV_BLD_LANG=de 15 3: Dutch 16 wmake -h dev DEV_BLD_LANG=nl 17 4: French 18 wmake -h dev DEV_BLD_LANG=fr 19 5: Italian 20 wmake -h dev DEV_BLD_LANG=it 21 6: Swedish 22 wmake -h dev DEV_BLD_LANG=sw 23 7: Russian 24 wmake -h dev DEV_BLD_LANG=ru 18 wmake -h dev DEV_BLD_LANG=en %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 19 2: German (without FX) 20 wmake -h dev DEV_BLD_LANG=de %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 21 3: Dutch (without FX) 22 wmake -h dev DEV_BLD_LANG=nl %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 23 4: French (without FX) 24 wmake -h dev DEV_BLD_LANG=fr %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 25 5: Italian (without FX) 26 wmake -h dev DEV_BLD_LANG=it %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 27 6: Swedish (without FX) 28 wmake -h dev DEV_BLD_LANG=sw %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 29 7: Russian (without FX) 30 wmake -h dev DEV_BLD_LANG=ru %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 25 31 } 32 -: ------------------------------------- 26 33 C: Clean 27 34 wmake -h clean 28 -: -------------------------------- 35 -: ------------------------------------- 29 36 I: Install (/forcecode) 30 37 airboot2.exe /forcecode -
trunk/bootcode/fcl.mnu
r184 r188 3 3 # 4 4 5 B: Build Development Version [EN] 5 I: Information 6 make dev-info 7 -: ------------------------------------- 8 B: Build Anonymous Dev Version [EN] 6 9 make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 7 V: Build Vendor Dev Version[EN]10 V: Build Vendor Dev Version [EN] 8 11 make dev DEV_BLD_LANG=en BLDLVL_VENDOR=${USER} BLDLVL_MACHINE=${HOSTNAME} USE_GNU_MAKE=y 9 -: ------------------------------ 10 M: Build Development Version [??] 12 F: Build Fake Release Version [EN] 13 make dev DEV_BLD_LANG=en RELEASE=y USE_GNU_MAKE=y 14 -: ------------------------------------- 15 L: Build Anonymous Dev Version [LANG] 11 16 { 12 17 1: English 13 make dev DEV_BLD_LANG=en USE_GNU_MAKE=y CRC_IGNORE=y14 2: German 15 make dev DEV_BLD_LANG=de USE_GNU_MAKE=y CRC_IGNORE=y16 3: Dutch 17 make dev DEV_BLD_LANG=nl USE_GNU_MAKE=y CRC_IGNORE=y18 4: French 19 make dev DEV_BLD_LANG=fr USE_GNU_MAKE=y CRC_IGNORE=y20 5: Italian 21 make dev DEV_BLD_LANG=it USE_GNU_MAKE=y CRC_IGNORE=y22 6: Swedish 23 make dev DEV_BLD_LANG=sw USE_GNU_MAKE=y CRC_IGNORE=y24 7: Russian 25 make dev DEV_BLD_LANG=ru USE_GNU_MAKE=y CRC_IGNORE=y18 make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 19 2: German (without FX) 20 make dev DEV_BLD_LANG=de BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 21 3: Dutch (without FX) 22 make dev DEV_BLD_LANG=nl BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 23 4: French (without FX) 24 make dev DEV_BLD_LANG=fr BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 25 5: Italian (without FX) 26 make dev DEV_BLD_LANG=it BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 27 6: Swedish (without FX) 28 make dev DEV_BLD_LANG=sw BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 29 7: Russian (without FX) 30 make dev DEV_BLD_LANG=ru BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 26 31 } 32 -: ------------------------------------- 27 33 C: Clean 28 34 make clean USE_GNU_MAKE=y -
trunk/bootcode/regular/std_text.asm
r165 r188 27 27 ; I'm going to sue your cheap ass, rape your dog and blow up your house. =) 28 28 29 CopyrightVersionLen equ 630 ;Copyright db ' AiR-BOOT v1.06 - (c) 1998-2009 M. Kiewitz, Dedicated to Gerd Kiewitz', 031 ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Rousseau test-version >502G (build: #24)', 032 ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Release Candidate 1 - (build: #25)', 033 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc2-b27)', 034 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc3-b31)', 035 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc4-b33)', 036 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc5-b35)', 037 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 038 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 039 40 ;Copyright db ' AiR-BOOT v1.0.8-internal-beta - ** !! NOT FOR DISTRIBUTION !! **', 041 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate>> (build: #18)', 042 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 1>> (bld: 20120124)', 043 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 2>> (bld: 20120224)', 044 45 46 ;~ Copyright db ' AiR-BOOT v',BLDLVL_MAJOR_VERSION,'.',BLDLVL_MIDDLE_VERSION,'.',BLDLVL_MINOR_VERSION,' - (c) ',BLDLVL_YEAR,' M. Kiewitz <<Internal Release 2l>> (bld: ',BLDLVL_YEAR,BLDLVL_MONTH,BLDLVL_DAY,')', 047 29 48 30 ; 49 ; Masm found the above to be too complex, so we broke it up.31 ; Copyright header on top of screen 50 32 ; 51 33 Copyright: 34 IFDEF RELEASE 35 ; 36 ; Copyright header as displayed on RELEASE version 37 ; 52 38 db ' AiR-BOOT v' 53 39 db BLDLVL_MAJOR_VERSION,'.' … … 55 41 db BLDLVL_MINOR_VERSION,' - (c) 1998-' 56 42 db BLDLVL_YEAR 57 ;~ db ' M. Kiewitz <<Release Candidate 4>> (bld: ' 43 db ' Martin Kiewitz, Dedicated to Gerd Kiewitz' 44 db 0 45 ELSE 46 ; 47 ; Copyright header as displayed on TESTBUILD version 48 ; 49 db ' AiR-BOOT v' 50 db BLDLVL_MAJOR_VERSION,'.' 51 db BLDLVL_MIDDLE_VERSION,'.' 52 db BLDLVL_MINOR_VERSION,' - (c) 1998-' 53 db BLDLVL_YEAR 58 54 db ' M. Kiewitz << Test Build >> (bld:' 59 ;~ db ' Martin Kiewitz, Dedicated to Gerd Kiewitz'60 55 db BLDLVL_YEAR 61 56 db BLDLVL_MONTH 62 57 db BLDLVL_DAY,')' 63 58 db 0 59 ENDIF 64 60 65 ; 66 ; Normal copyright notice. 67 ; 68 ;~ Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 69 70 61 ; Length of version string to copy when displayed in menu and just before 62 ; booting the selected system. 63 CopyrightVersionLen equ 6 71 64 72 65 ; License and source info. … … 105 98 ; Build Information string. 106 99 build_date db 'Build Date: ',0 107 jwasm_txt db 'JWasm',0108 masm_txt db 'Masm',0109 wasm_txt db 'Wasm',0110 tasm_txt db 'Tasm',0111 100 scanning_txt db 'Scanning...',0 112 unknown_txt db '????',0
Note:
See TracChangeset
for help on using the changeset viewer.