Ignore:
Timestamp:
Mar 3, 2003, 10:28:29 PM (23 years ago)
Author:
kiewitz
Message:

AiR-BOOT v1.01.
Signature-date: 2003-03-02.
Updated a whole bunch of sources.
Note: This comment was created after rebuilding the repo. [2011-07]

Location:
trunk/AIR-BOOT/SOURCE/SETUP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/AIR-BOOT/SOURCE/SETUP/MAIN.ASM

    r8 r23  
    44; The sourcecode is released via www.netlabs.org CVS *ONLY*.
    55;  You MUST NOT upload it to other servers nor republish it in any way.
    6 ;  The sourcecode is still COPYRIGHTED and NOT YET RELEASED UNDER GPL.
    7 ;  It's (c) Copyright 1998-2002 by Martin Kiewitz.
     6;  The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.
     7;  It's (c) Copyright 1998-2003 by Martin Kiewitz.
    88;  You may recompile the source and do *PRIVATE* modifications, but please keep
    99;  in mind that modifying this code needs at least *some* assembly skill. If
     
    487487   call    VideoIO_LocateToCenter        ; LocateToCenter 3, 40 using TotalLen
    488488   call    VideoIO_Print                 ; 'Translated By' as well...
    489    ; -------------------------------------------- Lower 1st Line
    490    mov     si, offset TXT_SETUP_LowerMessage
    491    mov     cl, 3
    492    call    GetLenOfStrings               ; CX - Len of 3 Strings at [si]
    493    mov     dx, cx
    494    mov     cx, 1328h
    495    call    VideoIO_LocateToCenter        ; LocateToCenter 19, 40 using TotalLen
    496    mov     si, offset TXT_SETUP_LowerMessage
    497    call    VideoIO_Print                 ; Begin using WHITE...
    498    mov     cx, 0A00h
    499    call    VideoIO_Color
    500    call    VideoIO_Print                 ; continue green - 'free'
    501    mov     cx, 0F00h
    502    call    VideoIO_Color
    503    call    VideoIO_Print                 ; finish using WHITE...
    504    ; -------------------------------------------- Lower 2nd Line
    505    mov     cl, 5
    506    call    GetLenOfStrings               ; CX - Len of 5 Strings at [si]
    507    mov     dx, cx
    508    mov     cx, 1528h
    509    call    VideoIO_LocateToCenter        ; LocateToCenter 21, 40 using TotalLen
    510    call    VideoIO_Print                 ; Begin using WHITE again...
    511    mov     cx, 0C00h
    512    call    VideoIO_Color
    513    call    VideoIO_Print                 ; contine red - 'NOT'
    514    mov     cx, 0F00h
    515    call    VideoIO_Color
    516    call    VideoIO_Print                 ; more White...
    517    mov     cx, 0C00h
    518    call    VideoIO_Color
    519    call    VideoIO_Print                 ; contine red - '-ANY-'
    520    mov     cx, 0F00h
    521    call    VideoIO_Color
    522    call    VideoIO_Print                 ; more White...
    523    ; -------------------------------------------- Lower 3rd Line
    524    call    GetLenOfString                ; CX - Len of String at [si]
    525    mov     dx, cx
    526    mov     cx, 1628h
    527    call    VideoIO_LocateToCenter        ; LocateToCenter 22, 40 using TotalLen
    528    call    VideoIO_Print                 ; Begin using WHITE again...
    529    ; -------------------------------------------- Lower 4th Line
    530    mov     cl, 5
    531    call    GetLenOfStrings               ; CX - Len of 5 Strings at [si]
    532    mov     dx, cx
    533    mov     cx, 1828h
    534    call    VideoIO_LocateToCenter        ; LocateToCenter 24, 40 using TotalLen
    535    call    VideoIO_Print                 ; Begin White (again)...
    536    mov     cx, 0A00h
    537    call    VideoIO_Color
    538    call    VideoIO_Print                 ; continue green - 'other environments'
    539    mov     cx, 0F00h
    540    call    VideoIO_Color
    541    call    VideoIO_Print                 ; white...
    542    mov     cx, 0A00h
    543    call    VideoIO_Color
    544    call    VideoIO_Print                 ; green - 'preinstall'
    545    mov     cx, 0F00h
    546    call    VideoIO_Color
    547    call    VideoIO_Print                 ; finish white...
    548    ; -------------------------------------------- Lower 5th Line
    549    mov     cl, 4
    550    call    GetLenOfStrings               ; CX - Len of 4 Strings at [si]
    551    mov     dx, cx
    552    mov     cx, 1928h
    553    call    VideoIO_LocateToCenter        ; LocateToCenter 25, 40 using TotalLen
    554    mov     cx, 0A00h
    555    call    VideoIO_Color
    556    call    VideoIO_Print                 ; green - 'distribute'
    557    mov     cx, 0F00h
    558    call    VideoIO_Color
    559    call    VideoIO_Print                 ; ...some white...
    560    mov     cx, 0B00h
    561    call    VideoIO_Color
    562    call    VideoIO_Print                 ; and finally the e-mail adress
    563    mov     cx, 0F00h
    564    call    VideoIO_Color
    565    call    VideoIO_Print                 ; finish using WHITE
     489   IFNDEF ReleaseCommercial
     490      ; -------------------------------------------- Lower 1st Line
     491      mov     si, offset TXT_SETUP_LowerMessage
     492      mov     cl, 3
     493      call    GetLenOfStrings               ; CX - Len of 3 Strings at [si]
     494      mov     dx, cx
     495      mov     cx, 1328h
     496      call    VideoIO_LocateToCenter        ; LocateToCenter 19, 40 using TotalLen
     497      mov     si, offset TXT_SETUP_LowerMessage
     498      call    VideoIO_Print                 ; Begin using WHITE...
     499      mov     cx, 0A00h
     500      call    VideoIO_Color
     501      call    VideoIO_Print                 ; continue green - 'free'
     502      mov     cx, 0F00h
     503      call    VideoIO_Color
     504      call    VideoIO_Print                 ; finish using WHITE...
     505      ; -------------------------------------------- Lower 2nd Line
     506      mov     cl, 5
     507      call    GetLenOfStrings               ; CX - Len of 5 Strings at [si]
     508      mov     dx, cx
     509      mov     cx, 1528h
     510      call    VideoIO_LocateToCenter        ; LocateToCenter 21, 40 using TotalLen
     511      call    VideoIO_Print                 ; Begin using WHITE again...
     512      mov     cx, 0C00h
     513      call    VideoIO_Color
     514      call    VideoIO_Print                 ; contine red - 'NOT'
     515      mov     cx, 0F00h
     516      call    VideoIO_Color
     517      call    VideoIO_Print                 ; more White...
     518      mov     cx, 0C00h
     519      call    VideoIO_Color
     520      call    VideoIO_Print                 ; contine red - '-ANY-'
     521      mov     cx, 0F00h
     522      call    VideoIO_Color
     523      call    VideoIO_Print                 ; more White...
     524      ; -------------------------------------------- Lower 3rd Line
     525      call    GetLenOfString                ; CX - Len of String at [si]
     526      mov     dx, cx
     527      mov     cx, 1628h
     528      call    VideoIO_LocateToCenter        ; LocateToCenter 22, 40 using TotalLen
     529      call    VideoIO_Print                 ; Begin using WHITE again...
     530      ; -------------------------------------------- Lower 4th Line
     531      mov     cl, 5
     532      call    GetLenOfStrings               ; CX - Len of 5 Strings at [si]
     533      mov     dx, cx
     534      mov     cx, 1828h
     535      call    VideoIO_LocateToCenter        ; LocateToCenter 24, 40 using TotalLen
     536      call    VideoIO_Print                 ; Begin White (again)...
     537      mov     cx, 0A00h
     538      call    VideoIO_Color
     539      call    VideoIO_Print                 ; continue green - 'other environments'
     540      mov     cx, 0F00h
     541      call    VideoIO_Color
     542      call    VideoIO_Print                 ; white...
     543      mov     cx, 0A00h
     544      call    VideoIO_Color
     545      call    VideoIO_Print                 ; green - 'preinstall'
     546      mov     cx, 0F00h
     547      call    VideoIO_Color
     548      call    VideoIO_Print                 ; finish white...
     549      ; -------------------------------------------- Lower 5th Line
     550      mov     cl, 4
     551      call    GetLenOfStrings               ; CX - Len of 4 Strings at [si]
     552      mov     dx, cx
     553      mov     cx, 1928h
     554      call    VideoIO_LocateToCenter        ; LocateToCenter 25, 40 using TotalLen
     555      mov     cx, 0A00h
     556      call    VideoIO_Color
     557      call    VideoIO_Print                 ; green - 'distribute'
     558      mov     cx, 0F00h
     559      call    VideoIO_Color
     560      call    VideoIO_Print                 ; ...some white...
     561      mov     cx, 0B00h
     562      call    VideoIO_Color
     563      call    VideoIO_Print                 ; and finally the e-mail adress
     564      mov     cx, 0F00h
     565      call    VideoIO_Color
     566      call    VideoIO_Print                 ; finish using WHITE
     567   ENDIF
    566568   ret
    567569SETUP_DrawMenuBase              EndP
  • trunk/AIR-BOOT/SOURCE/SETUP/MENUS.ASM

    r12 r23  
    44; The sourcecode is released via www.netlabs.org CVS *ONLY*.
    55;  You MUST NOT upload it to other servers nor republish it in any way.
    6 ;  The sourcecode is still COPYRIGHTED and NOT YET RELEASED UNDER GPL.
    7 ;  It's (c) Copyright 1998-2002 by Martin Kiewitz.
     6;  The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.
     7;  It's (c) Copyright 1998-2003 by Martin Kiewitz.
    88;  You may recompile the source and do *PRIVATE* modifications, but please keep
    99;  in mind that modifying this code needs at least *some* assembly skill. If
  • trunk/AIR-BOOT/SOURCE/SETUP/PART_SET.ASM

    r8 r23  
    44; The sourcecode is released via www.netlabs.org CVS *ONLY*.
    55;  You MUST NOT upload it to other servers nor republish it in any way.
    6 ;  The sourcecode is still COPYRIGHTED and NOT YET RELEASED UNDER GPL.
    7 ;  It's (c) Copyright 1998-2002 by Martin Kiewitz.
     6;  The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.
     7;  It's (c) Copyright 1998-2003 by Martin Kiewitz.
    88;  You may recompile the source and do *PRIVATE* modifications, but please keep
    99;  in mind that modifying this code needs at least *some* assembly skill. If
Note: See TracChangeset for help on using the changeset viewer.