Ignore:
Timestamp:
Apr 11, 2014, 9:36:56 PM (12 years ago)
Author:
Ben Rietbroek
Message:

Converting to JWasm -- phase #1 (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!!

Problems

o WLink generates an oversized image
o Only Tasm with TLink works correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/BLDDATE.ASM

    r37 r38  
    11IFDEF   JWASM
    2     BUILD_DATE db 'Build Date: 15 Feb 2012 at 11:15:00                                 [JWasm]',0
     2    BUILD_DATE db 'Build Date: 15 Feb 2012 at 19:30:00                                 [JWasm]',0
    33ENDIF
    44IFDEF   TASM
    5     BUILD_DATE db 'Build Date: 15 Feb 2012 at 11:15:00                                  [Tasm]',0
     5    BUILD_DATE db 'Build Date: 15 Feb 2012 at 19:30:00                                  [Tasm]',0
    66ENDIF
Note: See TracChangeset for help on using the changeset viewer.