source: trunk/BOOTCODE/BLDDATE.ASM@ 42

Last change on this file since 42 was 42, checked in by Ben Rietbroek, 11 years ago

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 size: 241 bytes
Line 
1IFDEF JWASM
2 BUILD_DATE db 'Build Date: 16 Feb 2012 at 03:00:00 [JWasm]',0
3ENDIF
4IFDEF TASM
5 BUILD_DATE db 'Build Date: 16 Feb 2012 at 03:00:00 [Tasm]',0
6ENDIF
Note: See TracBrowser for help on using the repository browser.