Skip to content

Commit

Permalink
Some readme update and licence update to current
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed Jan 29, 2023
1 parent 964963b commit 97ff2ad
Show file tree
Hide file tree
Showing 13 changed files with 180 additions and 122 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================
Sun Sep 22 1:24:22 PDT 1997 Rob Farnum <[email protected]>

Version 3.1.1 released.
Expand Down
2 changes: 2 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

Willows TWIN APIW Frequently Asked Questions
version 3.0 May 2, 1997
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

This contains the list of files included in the Willows Twin Library Source
Distribution.
Expand Down
2 changes: 2 additions & 0 deletions Makefile.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================
# Generated automatically from Makefile.config.in by configure.

#
Expand Down
2 changes: 2 additions & 0 deletions Makefile.config.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

#
# Makefile.config
Expand Down
2 changes: 2 additions & 0 deletions Makefile.old
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

#############################################################################
#
Expand Down
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

This is the standalone distribution of Willows Twin Libraries.

Expand Down
24 changes: 24 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,27 @@ This is attempt to reimplement 16-bit Windows kernel for usage in VDM.
It is heavely reuses TWIN, WINE and HX-DOS. As well as Mett Pietrek
"Windows Internals" and Andrew Schulman "Undocumented Windows" book
heavy used to reconstruct Kernel internal structure.

### Design

Because original OS/2 uses mostly unchanged Windows so you can consider
this is reimplementation of vanilla Windows 3.x. This means most of
code is written to start without any underline system, like Win32 or
XFree or something like this. KRNL386/386 must start from pure DOS and
start working.

Most of initialization code and module manager are from HX-DOS. HX-DOS
is a staring base for implementation.

Most other API functions taken from Wine and TWIN, depending on how hard to
port to pure 16-bit environment. Many functions ported back to pure DOS 16-bit
environment.

### Status

Very-very alpha development stage. GDI and USER not handled at all. Most of higher
level dll also not implemented.

First goal is to correctly start simple program like WinVer or something like this.
This means KERNEL must correctly load and initialise drivers (system, mouse, keyboard)
and GDI.EXE with USER.EXE.
27 changes: 0 additions & 27 deletions WILLOWS.LIB

This file was deleted.

2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================
#! /bin/sh

# From configure.in configure.in 1.00
Expand Down
2 changes: 2 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is archive file. Subject for future delete.
=================================================

dnl Process this file with autoconf to produce a configure script.
AC_REVISION([configure.in 1.00])
Expand Down
Loading

0 comments on commit 97ff2ad

Please sign in to comment.