Ignore:
Timestamp:
Apr 11, 2014, 9:42:58 PM (11 years ago)
Author:
Ben Rietbroek
Message:

Converting to JWasm -- phase 2 (not working) [2012-02-15]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

File:
1 edited

Legend:

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

    r38 r39  
    571571; time.
    572572;
    573 SEGMENTED   EQU 1
     573;SEGMENTED   EQU 1
    574574
    575575IFDEF   SEGMENTED
     
    21552155VOLATILE    ENDS
    21562156ELSE
    2157 CODE_SEG    ENDS
     2157IMAGE       ENDS
    21582158ENDIF
    21592159            END     AIR_BOOT
Note: See TracChangeset for help on using the changeset viewer.