Fixed order of TARGET_LFLAGS in the command lines of rules for kernel-mode targets
[reactos.git] / freeldr / CHANGELOG
1 Changes in v1.01 (4/28/2002)
2
3 - Fixed FAT short file name buffer overflow that was causing
4 some long filenames not to work correctly.
5
6 Changes in v1.0 (4/24/2002)
7
8 - FreeLoader version 1.0!
9 - Supports booting ReactOS
10 - Supports booting Linux bzImage kernels
11 - No initrd support (yet)
12 - No zImage support (yet)
13 - No ext2 file system support (yet)
14 - Supports FAT & ISO-9660 file systems
15 - Forward slashes '/' as well as backslashes '\' can be used
16 for path names in FAT & ISO-9600
17 - Fixed bug in LBA code where it was only reading one sector
18 even if you asked for more
19 - Fixed bug in FAT code, was also present in ISO-9660 code where
20 it wasn't incrementing the buffer address correctly