Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- Nov 8, 2016, 4:13:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 5 5 This is the development home for FAT32 driver for eComStation and OS/2. 6 6 7 == Download == 8 9 ||'''Component'''||'''Package'''||'''Version'''||'''Description'''|| 10 ||FAT32 Alpha Release||[ftp://osfree.org/upload/fat32/fat32-0.10-alpha7.zip ZIP]||0.10 Alpha 7|| This version includes: 1) FORMAT routine, based on Fat32format, ported from win32 2) CHKDSK, run on fat32.ifs init, instead of running from cachef32.exe. || 11 ||FAT32 Stable||[ftp://ftp.netlabs.org/pub/fat32/fat32_0913.zip ZIP]||0.9.13||Latest stable release ZIP File|| 12 ||FAT32 Stable||[ftp://ftp.netlabs.org/pub/fat32/fat32_0913.wpi WPI]||0.9.13||Latest stable release WPI File|| 13 ||FAT32 older Relases||[ftp://ftp.netlabs.org/pub/fat32/ WPI-ZIP]|| -- ||Older FAT32 released || 14 7 15 == Getting the sources == 8 16 9 In addition to [../browser browsing] the sources here, you can check out the 10 sources with your favorite subversion client. 17 In addition to [../browser browsing] the sources here, you can check out the sources with your favorite subversion client. 11 18 12 Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are 13 ordinary directories in subversion. 14 With the typical subversion repository layout, it is 15 rather easy to checkout more than you 16 probably intend to. To pull just the trunk version, use something like 19 Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are ordinary directories in subversion. 20 With the typical subversion repository layout, it is rather easy to checkout more than you probably intend to. To pull just the trunk version, use something like 17 21 18 22 {{{ … … 31 35 If you want commit access to the repository, contact Adrian. 32 36 33 == Getting binaries ==34 35 Now stable version is 0.9.13, binaries are available from Hobbes: http://hobbes.nmsu.edu/download/pub/os2/system/drivers/filesys/fat32_0913.wpi36 37 Alpha version of new branch 0.10 is available at ftp://osfree.org/upload/fat32/fat32-0.10-alpha7.zip. This version includes: 1) FORMAT routine, based on Fat32format, ported from win32 2) CHKDSK, run on fat32.ifs init, instead of running from cachef32.exe.38 39 37 == Building == 40 38 … … 44 42 45 43 This project is based on the original FAT32 source code by Henk Kelder who was kind enough to release the source to Netlabs (netlabs.org) in January 2002 because he no longer used OS/2. As a result, it is now a Netlabs project with the full source code always available. 46 47 He has kindly allowed us to take over maintenance and support of FAT32 and to release the program under the GNU LESSER GENERAL PUBLIC LICENSE which can be found at http://www.gnu.org/copyleft/lesser.txt 44 45 == License == 46 FAT32 is open source software under the GNU LESSER GENERAL PUBLIC LICENSE [http://www.gnu.org/copyleft/lesser.txt] license. 48 47 49 48 == Support == … … 79 78 If you cannot agree to these conditions, you should NOT use FAT32.IFS! 80 79 81 Adrian Gschwend @ netlabs.org82 80 83 84