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

JWasm version working [2012-02-16]

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!!

Info

o DOS linkage calculates correct offsets
o RAW linkage calculates relative offsets (no fixups)

Problem

o Something goes wrong between the end of the image and the BSS.

Moving the BSS just after the image gives corruption.
(all floppy entries, FFH)
So, the start of the BSS gets overwrittenby something...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/REGULAR/STD_TEXT.ASM

    r40 r42  
    4242;Copyright             db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz  <<Release Candidate 1>> (bld: 20120124)', 0
    4343;Copyright             db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz  <<Release Candidate 2>> (bld: 20120214)', 0
    44 Copyright             db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz   <<Internal Release 2b>> (bld: 20120215)', 0
     44Copyright             db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz  <<Internal Release 2c>> (bld: 20120216)', 0
    4545;Copyright             db ' AiR-BOOT v1.0.8 - (c) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
    4646
Note: See TracChangeset for help on using the changeset viewer.