re-worked ndis to do device detection from a win2k-style registry enum database,...
[reactos.git] / freeldr / freeldr / Makefile
2003-08-01 Eric KohlFixed target directory for setupldr.sys.
2003-07-23 Gé van GeldorpSet up for cross-compiling under Linux, patches by...
2003-05-25 Eric Kohl- Added .inf-file parser
2003-05-08 Eric KohlReworked and fixed most of the CPU and PnP code.
2003-05-06 Eric KohlAdded PnP-BIOS detection.
2003-04-30 Eric Kohl- Added DiskGetExtendedDriveParameters()
2003-04-25 Eric Kohl- Added memmove().
2003-04-23 Brian PalmerChanges in v1.8.7 (4/22/2003) (brianp)
2003-04-10 Eric KohlAdded support for binary system hive.
2003-03-18 Brian PalmerChanges in v1.8.3 (3/18/2003) (brianp)
2003-01-18 Brian PalmerChanges in v1.8 (1/18/2003) (brianp)
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-25 Brian PalmerAdded more compiler flags
2002-09-06 Eric KohlAdded new 'bootcd' target.
2002-08-31 Eric KohlBuild FREELDR.SYS and SETUPLDR.SYS in a single make...
2002-08-07 Brian PalmerChanges in v1.7 (8/6/2002) (brianp)
2002-07-22 Brian PalmerAdded BIOS drive mapping functionality
2002-07-13 Casper HornstrupIf symbols are available then pass them to the OS as...
2002-06-28 Brian PalmerChanges in v1.4 (6/27/2002)
2002-06-26 Brian PalmerMakefile now generates a sorted symbol file - freeldr.sym
2002-06-26 Brian PalmerFixed Makefile so it will work when you do a clean...
2002-06-13 Brian PalmerCross-platform tools added to Makefiles.
2002-06-06 Brian PalmerMakefile fixes
2002-06-06 Brian PalmerChanges in v1.3 (6/5/2002)
2002-05-04 Brian PalmerQuick Makefile fix
2002-05-03 Brian PalmerChanges in v1.2.1 (5/3/2002)
2002-04-30 Brian PalmerChanges in v1.2 (4/30/2002)
2002-04-16 Brian PalmerAdded LBA support to FAT12/16 boot sector
2002-03-20 Brian PalmerRewrote .ini file code - should be much faster (especia...
2002-02-27 Brian PalmerImproved memory management
2002-01-23 Brian PalmerRemoved code to save screen contents before entering...
2002-01-19 Brian PalmerBetter LBA support
2002-01-18 Brian PalmerAdded disk cache
2001-11-29 Brian PalmerFixed Makefile problem
2001-11-28 Brian PalmerRe-organized things a slight bit.
2001-11-27 Eric KohlAdded system hive support.
2001-11-15 Brian PalmerBIOS Int 13h Extensions Support
2001-08-07 Brian PalmerAdded support for debug prints over a RS232 line.
2001-07-06 Brian PalmerFull memory management support (memory.c & memory.h...
2001-06-12 Brian PalmerImplemented memory detection & BIOS memory map
2001-06-08 Brian PalmerSeparated multiboot kernel loader and reactos kernel...
2001-06-05 Brian PalmerMultiboot Kernel Compliance
2001-05-15 Brian PalmerInitial revision