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

Turned 'LVM_SetDriveLetter' into a dummy function [v1.1.1-testing]

Setting LVM drive-letters is done using the LVM drive-letter
reassignment functions. This 'LVM_SetDriveLetter' function is retained
for possible future implementation as part of the reassignment logic.

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/partmain.asm

    r155 r156  
    19011901        ;~ mov     al,[BPBdl]
    19021902        ;~ sub     al,3dh
    1903         ;~ call    LVM_SetDriveLetter
     1903        ;~ call    LVM_SetDriveLetter          ; !! NOT IMPLEMENTED !!
    19041904
    19051905
Note: See TracChangeset for help on using the changeset viewer.