Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:general:os_2_personality [2014/06/06 22:02] – valerius | en:docs:general:os_2_personality [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Roadmap of OS/2 personality development ===== | ||
- | |||
- | **Architecture**: | ||
- | |||
- | [[en: | ||
- | |||
- | **Stages**: | ||
- | |||
- | - source level compatability (recompilation of programs with source code without modifications) | ||
- | - 32-bit compatability (execution of 32-bit only executables). Note: is much of such applications? | ||
- | - Loading of mixed 16/32 bit applications with attempt to replace 16 bit functions calls to 32-bit versions of API function | ||
- | |||
- | Final level of compatability: | ||
- | |||
- | We have a plan to provide only application level compatability. Reuse of kernel-mode driver not planned at all. | ||
- | |||
- | ~~DISCUSSION~~ | ||