Changeset 21575 for trunk/doc


Ignore:
Timestamp:
Feb 21, 2011, 1:21:44 PM (15 years ago)
Author:
dmik
Message:

Readme.txt: Updated all links to point to netlabs.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Readme.txt

    r5540 r21575  
    11
    2                 O D I N  Public Alpha 5 - 1999/11/16
    3                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     2                O D I N  Version 0.6 Build xxxxx
     3                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    44
    55WANTED: We are still looking for talented developers that want to
     
    1212========================
    1313
     14
    14151.0 Introduction
    1516----------------
     
    1718This readme is intended for end users that have downloaded the
    1819latest public alpha release and want to give it a try. For more
    19 information, be sure to regularly check http://www.netlabs.org/odin.
     20information, be sure to regularly check http://svn.netlabs.org/odin32/.
     21
    2022
    21231.1 Purpose
     
    3032code. This is also refered to as Odin32 whereas Odin is the name
    3133of the Win32 binary emulator.
     34
    3235
    33361.2 Current Status
     
    4851run well and to make much more visible progress.
    4952
     53
    50541.3 Changes and additions in alpha 5
    5155------------------------------------
    52 - Removed Open32 dependacy in User32 code: windows, dialogs, buttons and
    53   other controls creation and manipulation is now implemented fully in Odin32.
    54   Applications have Win32 look: Win32 specific controls are also supported
    55   (Open32 is still a requirement as other Odin32 functions use it!)
    56 - New and improved PE2LX converter
    57 - New Portable Executable Loader (PE) that overcomes some differences
    58   between OS/2 and Win32 memory models (this does not include 512MB
    59   per-process memory limitation in OS/2, you still need the Aurora-level
    60   kernel for that)
    61 - New WIN32K32k.SYS driver that automates loading of Win32 binaries (no
    62   conversion or invocation through PE.EXE loader is needed), now
    63   compatible with WSeB (Aurora) and no longer dependant of code under
    64   GNU license
    65 - Wine ports of common controls (comctl32), shell extensions (shell32) and
    66   OLE
    67 - Full implementation of memory mapped files
    68 - Joystick support (winmm)
    69 - Direct Input (DirectX keyboard & mouse) added (Wine Port)
    70 - Rewrite of DirectDraw. More complete implementation.
    71 - Couple of (not core Win32 API, but often used) new DLLs (winasp32, lz32,
    72   avifil32...), so users don't have to have Windows license at all to run
    73   Windows programs
    74 - Many new API functions implemented or ported from Wine, allows
    75   developers to port Win32 apps directly to OS/2 with little to no rewriting
    76 - Many bugfixes and enhancements
    77 - Many new programs that load and/or work with Odin
    78 - Full source code available
     56
     57Please refer to the ChangeLog file where you will find a brief description
     58of changes from release to release.
    7959
    8060
     
    8262-----------------------------
    8363
    84 Daily builds of Odin are available at ftp://ftp.os2.org/odin/daily.
     64Daily builds of Odin are available at ftp://ftp.netlabs.org/pub/odin/.
    8565For people that do not have a suitable development setup for ODIN,
    8666we provide the latest binary code that way.
     
    567547------------------------------------
    568548
    569 Bug reports can be sent to the Odin users mailinglist (odinusers@egroups.com;
    570 visit www.egroups.com for information about joining).
    571 The file ReportingBugs.txt explains how to send in a proper bug report.
    572 
    573 An application compatibility database has been created at Netlabs
    574 where you can share your experiences with Odin.
    575 The application compatibility database can be found at
    576 
    577 http://www.netlabs.org/odin/appdatabase
    578 
    579 NOTE: The application database is not meant for bug reports.
     549Bug reports can be filed in the ticket system at http://svn.netlabs.org/odin32/.
    580550
    581551
     
    643613----------------------------------------
    644614
    645 Please check out http://www.netlabs.org/ and http://www.netlabs.org/odin.
     615Please check out http://svn.netlabs.org/odin32/.
    646616
    647617
Note: See TracChangeset for help on using the changeset viewer.