en:credits

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:credits [2013/03/08 01:46] – created valeriusen:credits [2023/10/13 02:42] (current) prokushev
Line 3: Line 3:
 osFree project does not aim to rewrite everything from scratch. We realize that our resources are limited. So, we must reuse existing code as much as possible. We have already taken a number of [[wp>FOSS]] and Public domain software as a base of our [[wp>Operating_System|OS]] components. Here is their list (may be, incomplete, sorry if it is). osFree project does not aim to rewrite everything from scratch. We realize that our resources are limited. So, we must reuse existing code as much as possible. We have already taken a number of [[wp>FOSS]] and Public domain software as a base of our [[wp>Operating_System|OS]] components. Here is their list (may be, incomplete, sorry if it is).
  
-Many thanks to those projects: (software or documentation)+Much thanks to those projects: (software or documentation)
  
-  * [[http://regina-rexx.sourceforge.net/Regina REXX]] - our Classic REXX replacement +  * [[http://regina-rexx.sourceforge.net/|Regina REXX]] - our Classic REXX replacement 
-  * [[http://hessling-editor.sourceforge.net/THE]] - our TEDIT replacement+  * [[http://hessling-editor.sourceforge.net/|THE]] - our TEDIT replacement
   * And lot of other things from Mark Hessling. His products allowed us not to reinvent the wheel.   * And lot of other things from Mark Hessling. His products allowed us not to reinvent the wheel.
   * [[http://os2linux.sourceforge.net/|OS2Linux]] project as a base for CPI implementation on top of Fiasco microkernel.   * [[http://os2linux.sourceforge.net/|OS2Linux]] project as a base for CPI implementation on top of Fiasco microkernel.
Line 16: Line 16:
   * [[http://www.gnu.org/software/grub/|GRUB]] which was good codebase for [[en:freeldr|FreeLDR]] project.   * [[http://www.gnu.org/software/grub/|GRUB]] which was good codebase for [[en:freeldr|FreeLDR]] project.
   * [[http://mcpp.sourceforge.net/|MCPP]] used as SOM CPP base.   * [[http://mcpp.sourceforge.net/|MCPP]] used as SOM CPP base.
 +  * [[https://sourceforge.net/projects/somfree/|somFree]] used as SOM replacement base
   * [[http://heikon.home.tlink.de/|GBM]] used as core of Image Format I/O Procedures   * [[http://heikon.home.tlink.de/|GBM]] used as core of Image Format I/O Procedures
   * [[http://www.os2world.com/cdwriting/jpgio/jpgio.htm|JPGIO]] used as core of Image Format I/O Procedures   * [[http://www.os2world.com/cdwriting/jpgio/jpgio.htm|JPGIO]] used as core of Image Format I/O Procedures
Line 21: Line 22:
   * [[http://www.libpng.org/|LIBPNG]] used in many parts   * [[http://www.libpng.org/|LIBPNG]] used in many parts
   * [[http://www.ijg.org/|LIBJPEG]] used in many parts   * [[http://www.ijg.org/|LIBJPEG]] used in many parts
-  * [[http://www.libgd.org/|GDLIB used in FreePM+  * [[http://www.libgd.org/|GDLIB]] used in FreePM
   * [[http://www.libtiff.org/|LIBTIFF]] used in many parts   * [[http://www.libtiff.org/|LIBTIFF]] used in many parts
   * [[http://os.inf.tu-dresden.de/fiasco/|Fiasco]] reused as microkernel   * [[http://os.inf.tu-dresden.de/fiasco/|Fiasco]] reused as microkernel
   * PParser from FPK used as UNI2H tool base   * PParser from FPK used as UNI2H tool base
-  * TWIN library as win16 base +  * [[https://github.com/nepx/twin|TWIN library as win16 base]] 
-  * [[http://minstall.netlabs.org/|MINSTALL]] by KIEWITZ+  * [[http://minstall.netlabs.org/|MINSTALL]] by Martin Kiewitz
   * [[http://ru.ecomstation.ru/projects/eschemes-deluxe/?action=down|MMImage Pak]] as Image File Format I/O Procedures   * [[http://ru.ecomstation.ru/projects/eschemes-deluxe/?action=down|MMImage Pak]] as Image File Format I/O Procedures
   * [[http://r6.ca/MMAudioPak/|MMAudio Pak 2]] as Audio File Format I/O Procedures   * [[http://r6.ca/MMAudioPak/|MMAudio Pak 2]] as Audio File Format I/O Procedures
   * [[http://www.freedos.org/|FreeDOS]] parts as DOS subsystem base   * [[http://www.freedos.org/|FreeDOS]] parts as DOS subsystem base
   * Ralf Brown documentation (Interrupt list). Great source of DOS and DOS VM information.   * Ralf Brown documentation (Interrupt list). Great source of DOS and DOS VM information.
 +  * [[https://github.com/OS2World/UTIL-SYSTEM-ALVM|ALVM]]
 +  * [[https://github.com/altsan/os2-lvmpm|LVMPM]]
 +  * [[http://www.altsan.org/os2/toolkits/lvm/|LVMTK]]
 +  * [[https://github.com/Baron-von-Riedesel/HX|HX DOS Extender]]
 +  * [[https://trac.netlabs.org/cwmmclasses|CWMM Classes]]
 +  * Open Watcom
 +  * [[https://github.com/Baron-von-Riedesel/JWasm|JWasm]]
 +  * ACPITK
 +  * XWPHelpers
 +  * 4os2
 +  * [[https://trac.netlabs.org/xworkplace|XWorkplace]]
 +  * Wine
 +  * ReactOS
 +
 +and other projects here. Please add it if we missed one.