Split out a few variable differences between libraries.
[reactos.git] / freeldr / bootsect /
2002-11-24 Brian PalmerChanges in v1.7.10 (11/24/2002) (brianp)
2002-09-06 Eric KohlAdded new 'bootcd' target.
2002-08-31 Eric KohlAdded a workaround for broken BIOSes.
2002-08-28 Brian PalmerFix for disk error while Loading FreeLoader... discover...
2002-08-21 Brian PalmerChanges in v1.7.4 (8/20/2002) (brianp)
2002-08-09 Brian PalmerPreliminary EXT2 boot sector code
2002-06-11 Brian PalmerCaches the current FAT sector so it doesn't read again...
2002-06-11 Brian PalmerOptimized FAT32 bootsector to read more than 1 sector...
2002-06-09 Brian PalmerFixed bug that was preventing FreeLoader from booting...
2002-06-06 Brian PalmerMakefile fixes
2002-06-06 Brian PalmerChanges in v1.3 (6/5/2002)
2002-05-22 Brian PalmerCompared the output of fat.asm from nasm v0.98 and...
2002-04-25 Eric KohlAdded the original copyright from isolinux.
2002-04-25 Brian PalmerFreeLoader version 1.0!
2002-04-22 Eric KohlAdded .cvsignore file.
2002-04-16 Brian PalmerAdded LBA support to FAT12/16 boot sector
2002-01-23 Brian PalmerRemoved code to save screen contents before entering...
2001-11-15 Brian PalmerBIOS Int 13h Extensions Support
2001-08-07 Eric KohlFixed nasm calling bug.
2001-07-06 Brian PalmerFull memory management support (memory.c & memory.h...
2001-06-20 Brian PalmerWin2k FAT32 Boot Sector Disassembly
2001-06-09 Eric KohlFixed MaxRootEntries. This caused disk corruption.
2001-05-15 Brian PalmerInitial revision