Changeset 25


Ignore:
Timestamp:
Mar 6, 2003, 12:21:12 PM (23 years ago)
Author:
kiewitz
Message:

Updated Images and Installers.
Note: This comment was created after rebuilding the repo. [2011-07]

Location:
trunk/AIR-BOOT
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/AIR-BOOT/INSTALL/OS2/SETABOOT.C

    r16 r25  
    297297
    298298         switch (CurChar) {
     299          case '?':
     300            MSG_Print (TXT_SYNTAX_Show);
     301            return 1;
    299302          case 'B':
    300303            if (ArgumentLen==1) DoReboot = TRUE;
     
    500503         return 1;
    501504       }
    502       printf ("AiR-BOOT/SETABOOT: AiR-BOOT %X.%.2X detected.\n\n", AiRBOOT_CodeSig->MajorVersion, AiRBOOT_CodeSig->MinorVersion);
     505      printf ("AiR-BOOT/SETABOOT: AiR-BOOT %X.%02X detected.\n\n", AiRBOOT_CodeSig->MajorVersion, AiRBOOT_CodeSig->MinorVersion);
    503506      if (AiRBOOT_Config->BootMenuActive) {
    504507         if (AiRBOOT_Config->TimedBoot) {
  • trunk/AIR-BOOT/SOURCE/AIR-BOOT.ASM

    r23 r25  
    2121
    2222; If ReleaseCode is not defined, it will produce debug-able code...
    23 ; ReleaseCode                 equ    -1
    24 ReleaseCommercial           equ    -1
     23ReleaseCode                 equ    -1
     24; ReleaseCommercial           equ    -1
    2525
    2626JUMPS
  • trunk/AIR-BOOT/SOURCE/TEXT/TXTMBR.ASM

    r23 r25  
    1 Include TEXT\US\MBR.asm
     1Include TEXT\SW\MBR.asm
  • trunk/AIR-BOOT/SOURCE/TEXT/TXTMENUS.ASM

    r23 r25  
    1 Include TEXT\US\MENUS.asm
     1Include TEXT\SW\MENUS.asm
  • trunk/AIR-BOOT/SOURCE/TEXT/TXTOTHER.ASM

    r23 r25  
    1 Include TEXT\US\OTHER.asm
     1Include TEXT\SW\OTHER.asm
Note: See TracChangeset for help on using the changeset viewer.