en:docs:win16

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:win16 [2025/12/21 13:37] prokusheven:docs:win16 [2025/12/21 13:59] (current) prokushev
Line 17: Line 17:
  
 =====  Components and Applications ===== =====  Components and Applications =====
-  + 
-As part of the project, clones of classic Windows 3.x applications are also being developed:+==== Windows 3.x Application Clones ==== 
 +Clones of classic Windows 3.x applications are also being developed:
  
 ^ Name ^ Description ^Status ^ ^ Name ^ Description ^Status ^
Line 54: Line 55:
 The main project source code is available in the repository: [[https://github.com/osfree-project/WIN16 osfree-project/WIN16]] The main project source code is available in the repository: [[https://github.com/osfree-project/WIN16 osfree-project/WIN16]]
  
-=====  Related Pages ===== +==== Core System Modules & API ==== 
-  +The reimplementation of the core Windows 3.x system modules and interfaces includes:
-  * [[en:start|Main osFree page]] +
-  * [[https://en.wikipedia.org/wiki/Windows_3.1x|Wikipedia article about this OS family]] +
- +
- +
- +
-=== API === +
   * [[en:docs:bios:api|BIOS API]]   * [[en:docs:bios:api|BIOS API]]
   * [[en:docs:dos|DOS API]]   * [[en:docs:dos|DOS API]]
Line 75: Line 69:
   * [[en:docs:win16:modules:mouse|MOUSE driver]]   * [[en:docs:win16:modules:mouse|MOUSE driver]]
   * [[en:docs:win16:modules:display|DISPLAY driver]]   * [[en:docs:win16:modules:display|DISPLAY driver]]
-  * [[en:docs:win16:modules:kernel|KERNEL modue]]+  * [[en:docs:win16:modules:kernel|KERNEL module]]
   * [[en:docs:win16:modules:gdi|GDI module]]   * [[en:docs:win16:modules:gdi|GDI module]]
   * [[en:docs:win16:modules:user|USER module]]   * [[en:docs:win16:modules:user|USER module]]
   * [[en:docs:win16:modules:shell|SHELL module]]   * [[en:docs:win16:modules:shell|SHELL module]]
   * [[en:docs:win16:modules:lzexpand|LZEXPAND module]]   * [[en:docs:win16:modules:lzexpand|LZEXPAND module]]
 +
 +=====  Related Pages =====
 + 
 +  * [[en:start|Main osFree page]]
 +  * [[https://en.wikipedia.org/wiki/Windows_3.1x|Wikipedia article about this OS family]]
 +
 +
 +