Ignore:
Timestamp:
Jan 7, 2003, 1:38:27 PM (23 years ago)
Author:
kiewitz
Message:

AIR-BOOT v1.0.
Signature-date: 2003-01-07.
Added SW language and updated images and installers.
Updated language menus.
Note: This comment was created after rebuilding the repo. [2011-07]

File:
1 edited

Legend:

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

    r7 r12  
    140140AiR_BOOT:     cli
    141141              db      0EBh               ; JMP-Short -> MBR_Start
    142               db      'AiRBOOT', 21h, 10h, 20h, 02h, 00h, 94h, TXT_LanguageID
     142              db      'AiRBOOT', 07h, 01h, 20h, 03h, 01h, 00h, TXT_LanguageID
    143143              ; ID String, Date and Version Number, U for US version
    144144              db      1                  ; Total Sectors Count,
     
    440440Configuration:
    441441                             db 'AiRCFG-TABLE­'
    442                              db 00h, 94h, 'U' ; "Compressed" ID String
     442                             db 01h, 00h, 'U' ; "Compressed" ID String
    443443
    444444CFG_LastTimeEditLow          dw     0    ; Last Time Edited Stamp (will incr every setup)
     
    502502CFG_AutomaticBoot            db     0    ; Automatic Booting (only one bootup)
    503503CFG_PartAutomatic            db     0    ; Partition-No for automatic booting
     504CFG_ForceLBAUsage            db     0    ; LBA-BIOS-API forced on any HDD I/O
    504505
    505506; VIR variables are for the AiR-BOOT Anti Virus Code
Note: See TracChangeset for help on using the changeset viewer.