Ignore:
Timestamp:
Apr 8, 2017, 12:26:11 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Removed the ancient 'ReleaseCode' conditional [v1.1.1-testing]

This was used in pre v1.07 versions to create a DOS .COM executable
for debugging. It has never been used in v1.07+ versions and debugging
is now done using the serial port from native AirBoot. Time to get rid
of this unused stuff.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/special/lvm.asm

    r67 r76  
    501501        call    LVM_RemoveVolLetterFromSector
    502502
    503     IFDEF ReleaseCode
    504503        call    DriveIO_SaveLVMSector   ; Save sector
    505     ENDIF
     504
    506505    LVMDLR_NextPartition:
    507506        inc     bx
     
    531530        call    LVM_UpdateSectorCRC           ; Update LVM-CRC now
    532531
    533     IFDEF ReleaseCode
    534         call    DriveIO_SaveLVMSector      ; Save sector
    535     ENDIF
     532        call    DriveIO_SaveLVMSector         ; Save sector
    536533
    537534    LVMDLR_DestPartNotFound:
Note: See TracChangeset for help on using the changeset viewer.