Changeset 37 for trunk/ENV


Ignore:
Timestamp:
Apr 11, 2014, 8:39:07 PM (12 years ago)
Author:
Ben Rietbroek
Message:

Reworked Build Environment [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!!

Changes

o Reworked build environment
o Start made with coding FIXCODE in C
o Moved MBR protection image
o New overlap macro
o Protect type 0x35 from edit (user popup)
o Protect type 0x35 from adding to menu (user popup)
o More...
! No LVM Label change yet

Note

o Changed license to GPL v3

See file COPYING in trunk.

Location:
trunk/ENV
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ENV/DOS.BAT

    r30 r37  
    11rem This file sets Assembler, Linker and EXE2BIN for DOS environment
    2 set assembler=tasm.exe /m9 /dReal /l
     2set assembler=tasm.exe /m9 /dReal /dTASM /l
    33rem set assembler=tasm.exe /m9 /dReal /t
    4 set linker=tlink.exe /3 /x
     4set linker=tlink.exe /3
    55set exe2bin=exe2bin.exe
Note: See TracChangeset for help on using the changeset viewer.