Changeset 48 for trunk/BOOTCODE/REGULAR


Ignore:
Timestamp:
Apr 12, 2014, 11:49:26 AM (12 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.0.8-rc2 build-20120423 [2012-04-29]

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

Fixes

o Fixed some minor bugs with SPT < 63

Some extra var StatusCode was used instead of Status_Code.
This caused too few tracks not to be reported.
No installation was done however.
This bug is also present in the v1.06 code.

o There is still a very strange bug in the DOS version

When /cid is given, Track0write has a different and incorrect
address to the Track0 buffer.
This causes garbage to be written to track0 !!
Without /cid it works fine.
For now, /cid will be disabled except for OS/2, where it works
correctly.

File:
1 edited

Legend:

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

    r47 r48  
    5555             db BLDLVL_MINOR_VERSION,' - (c) '
    5656             db BLDLVL_YEAR
    57              db ' M. Kiewitz  <<Internal Release 2q>> (bld: '
     57             ;~ db ' M. Kiewitz  <<Internal Release 2q>> (bld: '
     58             db ' M. Kiewitz  <<Release Candidate 2>> (bld: '
    5859             db BLDLVL_YEAR
    5960             db BLDLVL_MONTH
Note: See TracChangeset for help on using the changeset viewer.