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

Flushed changes in local cache (debugging state) [v1.1.1-testing]

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/regular/partscan.asm

    r146 r164  
    411411        mov     bx, wptr [si+LocBRPT_RelativeBegin+2]
    412412
    413 
    414 
    415 
    416413        add     ax, wptr [CurPartition_Location+0] ; +Partition-Absolute
    417414        adc     bx, wptr [CurPartition_Location+2] ;  sectors
    418 
    419415
    420416        ; Load the partition sector
     
    520516        pop   di
    521517
    522 
    523 
    524518IFDEF   AUX_DEBUG
    525519        IF 0
    526         DBG_TEXT_OUT_AUX    'LVMSector-2'
     520        DBG_TEXT_OUT_AUX    'Name'
    527521        PUSHRF
    528522            mov     si, di
     
    535529        ENDIF
    536530ENDIF
    537 
    538531
    539532        ; Check if this is an IBM-BM partition
Note: See TracChangeset for help on using the changeset viewer.