IopInvalidDeviceRequest must return STATUS_INVALID_DEVICE_REQUEST.
[reactos.git] / freeldr / bootsect /
2004-06-02 Hartmut Birr- Fixed the makefiles for the build on windows.
2004-06-01 Steven EdwardsMake the freeldr build system more like the reactos...
2004-05-26 Eric KohlAppend two newlines to the "Press any key to boot form...
2004-05-25 Filip Navara- Enabled the 'Press any key to boot from CD' message...
2003-07-23 Gé van GeldorpSet up for cross-compiling under Linux, patches by...
2003-05-21 Brian PalmerLot's of fixes for the FAT12/16 boot sector code.
2003-05-18 Eric KohlRemove the INSTALL directory of the Boot-CD.
2003-04-15 Brian PalmerFixed the EXT2/3 boot sector code so that it only uses...
2003-04-06 Eric KohlAdded missing boot signature.
2003-04-05 Casper HornstrupAdded DOS compatible Master Boot Record (MBR)
2002-12-21 Eric KohlAdd bootsectors and FREELDR.SYS to bootcd.
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